Timeline


and

11/28/11:

23:58 Changeset in roaraudio [5308:90bb00b0ea22] by phi
added support for LIST command
20:34 Changeset in roaraudio [5307:4ac0597993b3] by phi
corrected get_node(), returned freed buffer
19:41 Changeset in roaraudio [5306:8f1d1d2d3ca9] by phi
added IRC plugin
19:02 Changeset in roaraudio [5305:80ba5004e4e7] by phi
some improvements with buffer usage (See: #126)
18:59 Changeset in roaraudio [5304:b4e9377c2dff] by phi
removed old member

11/27/11:

21:57 Changeset in roaraudio [5303:0139588bda3e] by phi
prototype updates

11/26/11:

15:49 Changeset in roaraudio [5302:4d77c9526beb] by phi
added roar_buffer_foreach() (See: #126)

11/25/11:

18:20 Changeset in roaraudio [5301:f3e9cd30574d] by phi
move away from roar_buffer_add() (See: #126)
10:05 Changeset in roaraudio [5300:190af1adf91c] by phi
first commit to move away from old roar_buffer_add() to …
09:24 Changeset in roaraudio [5299:5fbc169961b9] by phi
changed prototype of roar_buffer_moveinto() to avoid use-after-free bugs
03:14 Changeset in roaraudio [5298:a0d70da17a74] by phi
converted roar_buffer_next() to a function, added roar_buffer_moveinto() …
02:38 Changeset in roaraudio [5297:9dc3f254b670] by phi
removed roar_buffer_clear_next() (See: #130)
02:27 Changeset in roaraudio [5296:b7fd2c45243e] by phi
Updated connection object. (Closes: #188)
02:26 Ticket #188 (connection object needs to be upgraded) closed by ph3-der-loewe
fixed

11/24/11:

19:43 Changeset in roaraudio [5295:5914c84e72be] by phi
converted message (protocol) rutunes to use roar_mm_*() (Closes: #129)
19:42 Ticket #129 (convert message (protocol) rutunes to use roar_mm_*()) closed by ph3-der-loewe
fixed

11/23/11:

23:17 Changeset in roaraudio [5294:9b298702578a] by phi
use roar_mm_*()
23:05 Changeset in roaraudio [5293:142c0f3fe2cd] by phi
test for qsort()

11/22/11:

15:05 Changeset in roaraudio [5292:280ff7f68f33] by phi
Changed data types of VS API to be more portable (Closes: #133)
15:04 Ticket #133 (Type changes for VIO API) closed by ph3-der-loewe
fixed
15:03 Changeset in roaraudio [5291:b7c88e2d196f] by phi
converted hash API to use >= 32 bit hashtypes (Closes: #134)
15:02 Ticket #134 (convert hash API to use >= 32 bit int for hashtypes) closed by ph3-der-loewe
fixed
14:49 Changeset in roaraudio [5290:9d883cdd40e0] by phi
cleanup
14:47 Changeset in roaraudio [5289:ddb3677af4d0] by phi
use support to set mixer ID up at least one API layer
13:19 Changeset in roaraudio [5288:1cb22eb99e5d] by phi
updated stream_vio_*() types to match roar_vio_*() types
13:19 Changeset in roaraudio [5287:4dd383ee8658] by phi
avoid declared but unused var on no-main-args platforms
13:08 Changeset in roaraudio [5286:6f2199830f0d] by phi
make use of h_errno if h_errno was found
13:03 Changeset in roaraudio [5285:8d3f14f63bbe] by phi
test for h_errno
12:53 Changeset in roaraudio [5284:3fcf039ca02c] by phi
ported hash API to < 32 bit archs
12:46 Changeset in roaraudio [5283:d659c49fa602] by phi
try to avoid int overflow in constants
12:46 Changeset in roaraudio [5282:efca34f07bfc] by phi
some ports to AVR and 8 and 16 bit archs
03:49 Changeset in roaraudio [5281:a3e62a32a24f] by phi
test for sinf() and M_PI_2

11/21/11:

19:07 Changeset in roaraudio [5280:a1a24e08c566] by phi
updated TODO list
18:28 Changeset in roaraudio [5279:bb3ff1f2be28] by phi
added support to hostid and license to server info struct, added support …
00:42 Changeset in roaraudio [5278:b3e0dd3f3141] by phi
last parts of merging _nonblock into _ctl and fixed sizeof(cmd) of _ctls

11/20/11:

18:49 Changeset in roaraudio [5277:bb4dd5146647] by phi
better english
18:36 Changeset in roaraudio [5276:0eb24ca6810e] by phi
merged VIO's _nonblock() into _ctl() (Closes: #135)
18:36 Ticket #135 (VIO's _nonblock() should be merged into _ctl()) closed by ph3-der-loewe
fixed

11/19/11:

22:54 Changeset in roaraudio [5275:811818eb5b81] by phi
Improved plugin loader a lot (Closes: #190)
22:54 Ticket #190 (libroar's dynamic library loader needs updates) closed by ph3-der-loewe
fixed
21:12 Changeset in roaraudio [5274:3905f033f790] by phi
syntax error in wiki syntax
21:12 Changeset in roaraudio [5273:c3f7904b53e7] by phi
added ITST_LICENSE

11/17/11:

23:35 Ticket #128 (convert roarstack to use roar_mm_*() by default) closed by ph3-der-loewe
fixed
23:35 Changeset in roaraudio [5272:b59eb85a05f9] by phi
let roarstack default to roar_mm_free() not system's free() (Closes: #128)
23:31 Changeset in roaraudio [5271:09aa484b25f4] by phi
added const to return type of roar_cdromdevice() (Closes: #185)
23:31 Ticket #185 (Add const to return value of roar_cdromdevice()) closed by ph3-der-loewe
fixed
18:20 Changeset in roaraudio [5270:e25346c13638] by phi
fixed some gcc -Wextra warnings
00:32 Changeset in roaraudio [5269:b914e5b61703] by phi
start of a response curve filter

11/15/11:

13:30 Changeset in roaraudio [5268:f9de025a8da8] by phi
make controls access the stream they should, not fixed stream ID 0
12:57 Changeset in roaraudio [5267:b48fff0bf120] by phi
experimental support to connect to roard via PTYs
12:13 Changeset in roaraudio [5266:8a1aa71fdfa9] by phi
define macros for sched registrations in plugins
12:13 Changeset in roaraudio [5265:e87d58d8ddc5] by phi
coding style
10:53 Changeset in roaraudio [5264:f2f46187bc2b] by phi
corrected filename
03:59 Changeset in roaraudio [5263:1f8769c1aff0] by phi
added very experimental control plugin

11/14/11:

01:13 Changeset in roaraudio [5262:770d0aaae8de] by phi
use RE-VIO if possible
00:30 Changeset in roaraudio [5261:7c8b163b4171] by phi
spaceing
00:29 Changeset in roaraudio [5260:03340eac5983] by phi
added some const keywords ;)

11/13/11:

23:55 Changeset in roaraudio [5259:dc6b4deefec8] by phi
coding style
23:35 Changeset in roaraudio [5258:0cad86d3054f] by phi
avoid roar_simple_stream_obj()
22:53 Changeset in roaraudio [5257:27194d561c16] by phi
fixed most warnings in roard
19:01 Changeset in roaraudio [5256:6029a22d29b6] by phi
moved away from roar_vio_init_calls(), roar_vio_get_fh() and …
18:13 Changeset in roaraudio [5255:3275ce378322] by phi
use const keyword
17:46 Changeset in roaraudio [5254:4b808f2c219c] by phi
added some more consts to DSTR and corrected proto VIO
17:01 Changeset in roaraudio [5253:a9d4cba9e8dc] by phi
improved situation on opening files with DSTR/old roar_vio_open_file()
15:31 Changeset in roaraudio [5252:3d4be139f30e] by phi
removed roar_err_is_errno_clean()
15:30 Changeset in roaraudio [5251:9002ab4e6a86] by phi
improved roar_err_store() and roar_err_restore()
15:08 Changeset in roaraudio [5250:5d4337efe4d7] by phi
fixed warnings
15:01 Changeset in roaraudio [5249:26fb6a2e20fc] by phi
fixed warnings
12:59 Changeset in roaraudio [5248:0133acb5ae31] by phi
removed most roar_socket_new_*()
12:59 Changeset in roaraudio [5247:7736d313ea19] by phi
fixed some warnings
12:49 Changeset in roaraudio [5246:eae8bfcfa99d] by phi
handle NULL options correctly.
12:42 Changeset in roaraudio [5245:56701720fa1d] by phi
cleanup
12:40 Changeset in roaraudio [5244:e97aa5907fa2] by phi
fully removed driver "raw"
11:46 Changeset in roaraudio [5243:f286a604a4cf] by phi
fixed a warning
10:25 RoarAudio Main Package created by ph3-der-loewe
BEGIN{}
09:56 Specs created by ph3-der-loewe
BEGIN{}
09:53 WikiStart edited by ph3-der-loewe
Some small updates to the text (diff)
00:03 Changeset in roaraudio [5242:97239101cee9] by phi
some roard compiler warnings cleanup

11/12/11:

18:38 Changeset in roaraudio [5241:766eead707a5] by phi
some small updates for the CDRom API
17:56 Changeset in roaraudio [5240:db409850667a] by phi
Removed roar_debug_audio_info_print().
17:46 Changeset in roaraudio [5239:eb474b0b1805] by phi
Removed roar_vs_latency().
17:41 Changeset in roaraudio [5238:5117fb0e7ed4] by phi
Removed roar_stream_connect(), roar_stream_add_data(), …
16:54 Changeset in roaraudio [5237:9dad2e237a34] by phi
Removed roar_connect_raw() and roar_connect().
16:42 Changeset in roaraudio [5236:0a8740e27666] by phi
Removed roar_set_vol() and roar_server_oinfo(), as well as roar_exit().
16:33 Changeset in roaraudio [5235:f6772d7182e8] by phi
use newer API functions
16:19 Changeset in roaraudio [5234:61a667e3b453] by phi
make use of newer API functions
16:09 Changeset in roaraudio [5233:22294c5938d7] by phi
use roar_set_vol2
14:42 Changeset in roaraudio [5232:fbb11f4f080a] by phi
better init
14:41 WikiStart edited by ph3-der-loewe
updated version table (diff)
14:31 Changeset in roaraudio [5231:8b30ddb689b8] by phi
first updates to connection object
13:33 Changeset in roaraudio [5230:88c59e87b2b3] by phi
ups, forgot to commit removal of roar_debug_message_print() in the headr
13:31 Changeset in roaraudio [5229:d7e314825b8a] by phi
corrected coding style
13:30 Changeset in roaraudio [5228:5d150aacecb1] by phi
removed roar_debug_message_print()
13:26 Changeset in roaraudio [5227:beb26bba0901] by phi
added const keywords to roar_vio_open_dstr(), roar_vio_open_dstr_vio(), …
13:20 Changeset in roaraudio [5226:3cb3cab29e5e] by phi
Removed roarcat2sock as well as roar_simple_stream(), …
12:47 Changeset in roaraudio [5225:2cedb218a048] by phi
added const keywords to roar_simple_play_file()
12:46 Changeset in roaraudio [5224:0110eb2c5e00] by phi
added const keywords to roar_file_codecdetect()
12:44 Changeset in roaraudio [5223:3326fb359ffe] by phi
Removed roar_file_send_raw() and roarcatsendfile.
12:29 Changeset in roaraudio [5222:539af2614ec9] by phi
removed roar_file_map() and roar_file_unmap()
12:25 Changeset in roaraudio [5221:aa6530a03260] by phi
Removed old functions from API (Closes: #186)
12:25 Ticket #186 (roar_file_play() and roar_file_play_full() should be rewritten or removed) closed by ph3-der-loewe
fixed
11:49 Changeset in roaraudio [5220:df802906cfec] by phi
do not ignore errors at the moment
11:49 Changeset in roaraudio [5219:c48c10bad316] by phi
Updated data types for struct roar_audio_info (Closes: #189)
11:48 Ticket #189 (struct roar_audio_info needs to be updated) closed by ph3-der-loewe
fixed: ROAR_CMD_GET_STREAM_PARA/ROAR_STREAM_PARA_INFO only transmits 16 bits of …
10:54 Changeset in roaraudio [5218:772842651185] by phi
Do not set errno to zero in ogg_vorbis codec filter (Closes: #191)
10:54 Ticket #191 (codecfilter_vorbis.c:58 sets errno to zero) closed by ph3-der-loewe
fixed
10:52 Changeset in roaraudio [5217:456741bc1e57] by phi
typo
10:45 Ticket #184 (replace roar_err_buildmsg() and roar_err_parsemsg()) closed by ph3-der-loewe
fixed
10:43 Changeset in roaraudio [5216:e16c15116d46] by phi
moved roar_err_{build,parse}msg2() -> roar_err_{build,parse}msg(), see …
10:34 Changeset in roaraudio [5215:f812d640fc39] by phi
removed roar_errno
10:18 Changeset in roaraudio [5214:389c1bdef4b1] by phi
prepair for 1.0beta0

11/11/11:

20:15 Changeset in roaraudio [5213:0bd43adb1605]roaraudio_0_4 by phi
Release!: 0.4
20:12 Milestone RoarAudio major release 0.4 completed
This is the next big major release and will hopefully be the last major …
17:58 Ticket #74 (ALSA Plugin needs updates and improvements) closed by ph3-der-loewe
fixed: The plugin seems to work. Bugs it has should be opend as seperate bug …

11/05/11:

09:34 Ticket #191 (codecfilter_vorbis.c:58 sets errno to zero) created by ph3-der-loewe
codecfilter_vorbis.c:58 sets errno to zero (without using any E*-const). …

11/04/11:

15:38 Changeset in roaraudio [5212:762979ca2e39]roaraudio_0_4_pr2 by phi
Release!: 0.4-pr2
15:32 Changeset in roaraudio [5211:0ef5097d6f10] by phi
updated list of tested systems

11/01/11:

12:56 DECnet edited by ph3-der-loewe
clarify that area and node part must not be zero for real nodes (diff)
12:23 Changeset in roaraudio [5210:8eb738dee9d4] by phi
Updated ports to minimal, win32 and avr (pr2)

10/31/11:

21:47 Changeset in roaraudio [5209:8f10bdede5a6] by phi
test for libm
21:11 Changeset in roaraudio [5208:8e0fdf76839e] by phi
added an #ifdef needed in cause dcomp cb is disabled

10/29/11:

21:25 DECnet created by ph3-der-loewe
BEGIN{}
20:19 u/ph3-der-loewe created by ph3-der-loewe
BEGIN{}
03:55 Changeset in roaraudio [5207:35e05a4d438a]roaraudio_0_4_pr1 by phi
Release!: v. 0.4pr1
03:54 Changeset in roaraudio [5206:b7b7f2ae12d6] by phi
updated test results
01:50 Changeset in roaraudio [5205:f3a15f146010] by phi
updated bash completion file
Note: See TracTimeline for information about the timeline view.