source: roaraudio

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5877:a4f11b406e73   11 years phi updates to the --minimal port
(edit) @5876:c91bbf4178df   11 years phi corrected help output
(edit) @5875:9714028b09ba   11 years phi update roar-config infos
(edit) @5874:f33956b6851a   11 years phi Merged patch manpage patch from debian
(edit) @5873:6e1396661359   11 years phi Corrected symlink creation to avoid problems on non-win32 (Closes: #346) …
(edit) @5872:fbb8c1e5aa02   11 years phi generate better output text
(edit) @5871:3745eda53275   11 years phi Use 16 bit mixers in roard on win32 to avoid problems with wmm (Closes: …
(edit) @5870:4ea810a09919   11 years phi Also set PATH so tests works on win32 as well (Closes: #341) (pr1)
(edit) @5869:f59dda501383   11 years phi Corrected default paths (Closes: #345) (pr1)
(edit) @5868:d612b9d75c5b   11 years phi Corrected default paths (Closes: #345) (pr1)
(edit) @5867:992c88c8fc83   11 years phi Release!: v. 1.0beta9-pr0 roaraudio_1_0beta9_pr0
(edit) @5866:ed9a33031084   11 years phi updated list of tested systems
(edit) @5865:21d21de11865   11 years phi updated chport database
(edit) @5864:e13c4ae4d193   11 years phi $(TARGET) -> $(TARGET_TYPE)
(edit) @5863:8cf5a5b1effc   11 years phi Added support to disable debugging information (Closes: #338)
(edit) @5862:560033570a60   11 years phi avoid linker warning on openbsd, also harden against string buffer …
(edit) @5861:70faa5b54ee7   11 years phi Fixed symlink creation on win32 (Closes: #328)
(edit) @5860:0f9c72535106   11 years phi yet another round of win32 fixes. Should close #328
(edit) @5859:c5643ec2b919   11 years phi export $(TARGET) to makefiles so they can check the target
(edit) @5858:5ce239c522ac   11 years phi yet another round of win32 bug fixing…
(edit) @5857:eaee1fe78bb6   11 years phi yet another funny win32 hack
(edit) @5856:09a439a8012c   11 years phi only create symlinks to comp libs if they exist
(edit) @5855:95be516bcf3b   11 years phi updated win32 port: added support for implib as well disabling debug infos …
(edit) @5854:3f6fbd6d10fa   11 years phi added common ${ROAR_BUILDSYSTEM_DEFPREFIX}HAVE_PTHREAD for both -pthread …
(edit) @5853:c7789b146c91   11 years phi added more funny casts to avoid warnings on win32
(edit) @5852:a28831539687   11 years phi changed order of -g and -Wall
(edit) @5851:735e3e6b9d59   11 years phi make more use out of $(DEBUG_g) and $(Wall)
(edit) @5850:4406d9864c26   11 years phi removed workaround as it is no longer needed
(edit) @5849:beb4bacada1d   11 years phi updated build system a bit to prepare for --out-implib support
(edit) @5848:49bec75c55fe   11 years phi do not use low/prio/root ports
(edit) @5847:1394ec14a63d   11 years phi revert local test changes
(edit) @5846:21c98581c23b   11 years phi avoid possible problems with roar_env_get_home() outsite init phase. …
(edit) @5845:43d648524685   11 years phi small error value correction/debug lion update
(edit) @5844:6111f08378d3   11 years phi test return value of _spawnlp()
(edit) @5843:62465e3791bc   11 years phi Added support for +fork on win32 (Closes: #337)
(edit) @5842:f32920b29668   11 years phi porting to win32, "interface" seems to be something magical on win32…
(edit) @5841:684c2d39f82e   11 years phi added support to terminate a server on QUIT as needed for #337
(edit) @5840:f36d0a5127a2   11 years phi use path system for default daemonimage.
(edit) @5839:bb64c0dfed90   11 years phi make use of #ifdef so we do not end up on usage of undefined macros
(edit) @5838:52ca1a88734e   11 years phi handle setting of server name in connection object in a better way. also …
(edit) @5837:96349d1c8634   11 years phi Avoid %llX on win32 (Closes: #271)
(edit) @5836:81ccac5ddc61   11 years phi Added half of the support for AppSched? Triggers ABOUT, HELP and …
(edit) @5835:62b52f2dc181   11 years phi typo
(edit) @5834:22e75d31bfd8   11 years phi Fix #296 by using a workaround (disabling RTLD_DEEPBIND). Needs to be …
(edit) @5833:b08528d5bfa0   11 years phi strip double slashes to prettify paths
(edit) @5832:f0b38d5ea016   11 years phi added roar_libroar_get_path_static() and make use of it
(edit) @5831:c7c74fda8b83   11 years phi added more usefull paths
(edit) @5830:a34322211d3d   11 years phi fix possible buffer overflow (which can lead in stack overwrite) caused by …
(edit) @5829:09f674dfe78a   11 years phi fix possible buffer overflow (which can lead in stack overwrite) caused by …
(edit) @5828:d981716ace28   11 years phi added a way to list all known paths
(edit) @5827:3b1863b5106a   11 years phi check for /bin/sh
(edit) @5826:edb28d83ca21   11 years phi killed compiler warning
(edit) @5825:3e41991f9a62   11 years phi removed yet another set of -DXXX as well as $(PKGDEFINES). Updated …
(edit) @5824:dc8445dc0451   11 years phi make correct use of API, reduced number of useless -DXXX arguments
(edit) @5823:f9f70dbaa376   11 years phi updated copyright
(edit) @5822:6000fdb72b8e   11 years phi use static keyword.
(edit) @5821:8c14db3628b7   11 years phi added a plugin implementing the about service
(edit) @5820:385624d6ebe3   11 years phi added hader for services defining some standard services
(edit) @5819:be1cf7f20f45   11 years phi added a nice way of autoloading service plugins
(edit) @5818:993d96fc5e9c   11 years phi also return pointer to service
(edit) @5817:3247560506ab   11 years phi corrected check for universal
(edit) @5816:6c593d184ef2   11 years phi improved service interface even more, allow creation of a simple interface …
(edit) @5815:72602f914383   11 years phi also return lhandle for context switching
(edit) @5814:81052ac84144   11 years phi Improved CSI: Make it easier to register and access services.
(edit) @5813:7e23453fb739   11 years phi /dev/stdin -> fh:stdin
(edit) @5812:869af8b6761a   11 years phi improved roar_libroar_get_path() slightly
(edit) @5811:28f6eed531d7   11 years phi improved roar_env_render_path_r() and added support for it to roar-config
(edit) @5810:d44ff4605fa5   11 years phi added a lot paths to our path config (roar_libroar_get_path())
(edit) @5809:c892fef6be33   11 years phi typos
(edit) @5808:03a414d5afc4   11 years phi added function error_missing()
(edit) @5807:1fe766d9dacb   11 years phi updated version number
(edit) @5806:a0d6fbdffd36   11 years phi Made build system tests return correct error codes.
(edit) @5805:63c6f28a0374   11 years phi Re-ported to OpenBSD. (and broke other system? ;)
(edit) @5804:8321b4018c95   11 years phi honor ROAR_BROKEN_PEERCRED
(edit) @5803:073311b042e8   11 years phi Removed unused checks in configure. Improves build speed slightly.
(edit) @5802:13b1653a55cc   11 years phi Mark roarsockconnect, roartypes and roarfish as obsolete.
(edit) @5801:a18f62799dc6   11 years phi Updated manpages.
(edit) @5800:887ccce13fff   11 years phi Release!: v. 1.0beta8 roaraudio_1_0beta8
(edit) @5799:98fc1fda4877   11 years phi update list of tested systems
(edit) @5798:87e639a47a62   11 years phi Release!: 1.0beta8-pr0 roaraudio_1_0beta8_pr0
(edit) @5797:8627315d672d   11 years phi updated list of tested systems
(edit) @5796:4465232ba168   11 years phi updated ckport database
(edit) @5795:7fcd70dd29f9   11 years phi corrected call to cd
(edit) @5794:8debbd4794ef   11 years phi fix for shell based tests in $LD_LIBRARY_PATH using envs.
(edit) @5793:6e8aefc64c6b   11 years phi corrected header include
(edit) @5792:bfe694357a8a   11 years phi hopefully fix win32 bug with execed workaround
(edit) @5791:cfd78ecb471f   11 years phi added configured path prefix-ckport
(edit) @5790:66deab0b41ea   11 years phi added error message in case a path is not found
(edit) @5789:8dd93115a2ad   11 years phi updated changelog
(edit) @5788:6d07bf5272f7   11 years phi cleanup
(edit) @5787:bff6c671917e   11 years phi added support to handle ckport databases
(edit) @5786:c692f5468711   11 years phi corrected uninstall target
(edit) @5785:9b8685ba0717   11 years phi better handling of default manpages
(edit) @5784:0adc790ca592   11 years phi better defaults handling
(edit) @5783:a6350ef51c51   11 years phi added support to build libs as well as tools
(edit) @5782:d3fdb219cc4a   11 years phi only set BASENAME and ROAR_DBG_PREFIX if not using dummy values
(edit) @5781:762bb24ca814   11 years phi corrected copyright statments
(edit) @5780:c2625e237753   11 years phi yet another win fix: update TF_E
(edit) @5779:81523e63c4e2   11 years phi yet another try to unbreak stuff
(edit) @5778:8373a5d378af   11 years phi yet anoter workaround for broken win32 shells…
Note: See TracRevisionLog for help on using the revision log.