source: roaraudio

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5342:4f295490a27c   12 years phi spaces
(edit) @5341:6999cabaaf63   12 years phi added support to set args, appname and abiversion
(edit) @5340:180fa71d8af8   12 years phi cleanup and usage of new macros
(edit) @5339:73250793bed1   12 years phi added vendor database
(edit) @5338:56960c1fdf74   12 years phi make the macro really work, even with symbolic constants
(edit) @5337:a77349b9c263   12 years phi corrected copyright statement
(edit) @5336:ddc9ccf6cc61   12 years phi added a simple plugin runner and analyzor
(edit) @5335:dba934a2d1e0   12 years phi cleanup and updates to roardl API
(edit) @5334:db2143126930   12 years phi added header for license stuff
(edit) @5333:15e7ba78b961   12 years phi cleanup and usage of const
(edit) @5332:ef1e2e5b6181   12 years phi started new set of features
(edit) @5331:dc6687b73157   12 years phi coding style
(edit) @5330:1e2a5862d666   12 years phi cleanup
(edit) @5329:c24c167375f0   12 years phi more robust macro
(edit) @5328:33aebfe276ea   12 years phi added struct roar_client_server
(edit) @5327:5b7f31bf052d   12 years phi some ideas for loader commands
(edit) @5326:dd73c777e8dd   12 years phi corrected ROAR_DBG() lions
(edit) @5325:6c8051631844   12 years phi added missing space
(edit) @5324:d8a11b9bfafb   12 years phi honor $SSH_CLIENT and $SSH_CONNECTION
(edit) @5323:cc459f2b432f   12 years phi updated TODO list
(edit) @5322:b40c1d7e6bb7   12 years phi added a (dummy) pointer to a loader function so deps can be loaded.
(edit) @5321:916f049deb4b   12 years phi added ref/unref support for roardl handles
(edit) @5320:d583f3008d43   12 years phi support usage counter and started to implement roar_plugincontainer_load()
(edit) @5319:3ceafc779654   12 years phi added support for new standard appsched
(edit) @5318:22232b60cdb8   12 years phi added plugin: plugin-info
(edit) @5317:6b1045321fd6   12 years phi updated plugin infrastructre
(edit) @5316:cce4c21fbe22   12 years phi corrected copyright year
(edit) @5315:a125509a6c22   12 years phi corrected error code
(edit) @5314:0b7dc787e4bd   12 years phi added ITST_BUILD
(edit) @5313:fe152a3ff8a0   12 years phi another set of small improvements
(edit) @5312:27ec111dc8c5   12 years phi added support for seperate contextes for roardl/plugins. Currently incudes …
(edit) @5311:778a3e7b2b66   12 years phi added roar_notify_core_swap_global() wich can be used to create diffrent …
(edit) @5310:4f218f917d7c   12 years phi updated comment
(edit) @5309:91102861071a   12 years phi added support for lusers
(edit) @5308:90bb00b0ea22   12 years phi added support for LIST command
(edit) @5307:4ac0597993b3   12 years phi corrected get_node(), returned freed buffer
(edit) @5306:8f1d1d2d3ca9   12 years phi added IRC plugin
(edit) @5305:80ba5004e4e7   12 years phi some improvements with buffer usage (See: #126)
(edit) @5304:b4e9377c2dff   12 years phi removed old member
(edit) @5303:0139588bda3e   12 years phi prototype updates
(edit) @5302:4d77c9526beb   12 years phi added roar_buffer_foreach() (See: #126)
(edit) @5301:f3e9cd30574d   12 years phi move away from roar_buffer_add() (See: #126)
(edit) @5300:190af1adf91c   12 years phi first commit to move away from old roar_buffer_add() to …
(edit) @5299:5fbc169961b9   12 years phi changed prototype of roar_buffer_moveinto() to avoid use-after-free bugs
(edit) @5298:a0d70da17a74   12 years phi converted roar_buffer_next() to a function, added roar_buffer_moveinto() …
(edit) @5297:9dc3f254b670   12 years phi removed roar_buffer_clear_next() (See: #130)
(edit) @5296:b7fd2c45243e   12 years phi Updated connection object. (Closes: #188)
(edit) @5295:5914c84e72be   12 years phi converted message (protocol) rutunes to use roar_mm_*() (Closes: #129)
(edit) @5294:9b298702578a   12 years phi use roar_mm_*()
(edit) @5293:142c0f3fe2cd   12 years phi test for qsort()
(edit) @5292:280ff7f68f33   12 years phi Changed data types of VS API to be more portable (Closes: #133)
(edit) @5291:b7c88e2d196f   12 years phi converted hash API to use >= 32 bit hashtypes (Closes: #134)
(edit) @5290:9d883cdd40e0   12 years phi cleanup
(edit) @5289:ddb3677af4d0   12 years phi use support to set mixer ID up at least one API layer
(edit) @5288:1cb22eb99e5d   12 years phi updated stream_vio_*() types to match roar_vio_*() types
(edit) @5287:4dd383ee8658   12 years phi avoid declared but unused var on no-main-args platforms
(edit) @5286:6f2199830f0d   12 years phi make use of h_errno if h_errno was found
(edit) @5285:8d3f14f63bbe   12 years phi test for h_errno
(edit) @5284:3fcf039ca02c   12 years phi ported hash API to < 32 bit archs
(edit) @5283:d659c49fa602   12 years phi try to avoid int overflow in constants
(edit) @5282:efca34f07bfc   12 years phi some ports to AVR and 8 and 16 bit archs
(edit) @5281:a3e62a32a24f   12 years phi test for sinf() and M_PI_2
(edit) @5280:a1a24e08c566   12 years phi updated TODO list
(edit) @5279:bb3ff1f2be28   12 years phi added support to hostid and license to server info struct, added support …
(edit) @5278:b3e0dd3f3141   12 years phi last parts of merging _nonblock into _ctl and fixed sizeof(cmd) of _ctls
(edit) @5277:bb4dd5146647   12 years phi better english
(edit) @5276:0eb24ca6810e   12 years phi merged VIO's _nonblock() into _ctl() (Closes: #135)
(edit) @5275:811818eb5b81   12 years phi Improved plugin loader a lot (Closes: #190)
(edit) @5274:3905f033f790   12 years phi syntax error in wiki syntax
(edit) @5273:c3f7904b53e7   12 years phi added ITST_LICENSE
(edit) @5272:b59eb85a05f9   12 years phi let roarstack default to roar_mm_free() not system's free() (Closes: #128)
(edit) @5271:09aa484b25f4   12 years phi added const to return type of roar_cdromdevice() (Closes: #185)
(edit) @5270:e25346c13638   12 years phi fixed some gcc -Wextra warnings
(edit) @5269:b914e5b61703   12 years phi start of a response curve filter
(edit) @5268:f9de025a8da8   12 years phi make controls access the stream they should, not fixed stream ID 0
(edit) @5267:b48fff0bf120   12 years phi experimental support to connect to roard via PTYs
(edit) @5266:8a1aa71fdfa9   12 years phi define macros for sched registrations in plugins
(edit) @5265:e87d58d8ddc5   12 years phi coding style
(edit) @5264:f2f46187bc2b   12 years phi corrected filename
(edit) @5263:1f8769c1aff0   12 years phi added very experimental control plugin
(edit) @5262:770d0aaae8de   12 years phi use RE-VIO if possible
(edit) @5261:7c8b163b4171   12 years phi spaceing
(edit) @5260:03340eac5983   12 years phi added some const keywords ;)
(edit) @5259:dc6b4deefec8   12 years phi coding style
(edit) @5258:0cad86d3054f   12 years phi avoid roar_simple_stream_obj()
(edit) @5257:27194d561c16   12 years phi fixed most warnings in roard
(edit) @5256:6029a22d29b6   12 years phi moved away from roar_vio_init_calls(), roar_vio_get_fh() and …
(edit) @5255:3275ce378322   12 years phi use const keyword
(edit) @5254:4b808f2c219c   12 years phi added some more consts to DSTR and corrected proto VIO
(edit) @5253:a9d4cba9e8dc   12 years phi improved situation on opening files with DSTR/old roar_vio_open_file()
(edit) @5252:3d4be139f30e   12 years phi removed roar_err_is_errno_clean()
(edit) @5251:9002ab4e6a86   12 years phi improved roar_err_store() and roar_err_restore()
(edit) @5250:5d4337efe4d7   12 years phi fixed warnings
(edit) @5249:26fb6a2e20fc   12 years phi fixed warnings
(edit) @5248:0133acb5ae31   12 years phi removed most roar_socket_new_*()
(edit) @5247:7736d313ea19   12 years phi fixed some warnings
(edit) @5246:eae8bfcfa99d   12 years phi handle NULL options correctly.
(edit) @5245:56701720fa1d   12 years phi cleanup
(edit) @5244:e97aa5907fa2   12 years phi fully removed driver "raw"
(edit) @5243:f286a604a4cf   12 years phi fixed a warning
Note: See TracRevisionLog for help on using the revision log.