paraslash.git
2006-04-30 Andrenet.c: fix ifdef UCRED madness
2006-04-29 Andreadd a notice message if the expected pattern was not...
2006-04-29 Andre1000 * 1000 microseconds is too much for Darwin
2006-04-28 AndreHTTP_GET_MSG: Do not resist on http 1.0
2006-04-24 AndreFix another gcc signedness warning in write.c
2006-04-24 Andreminor mysql_selector cleanup.
2006-04-24 Andrealsa_writer.c: Fix gcc-4 signedness warning
2006-04-24 AndreNEWS: Mention the reason for size decrease of the tarball
2006-04-21 Andrehttp_send.c: Add a comment
2006-04-21 Andredccp_send.c: Set status to SENDER_OFF on errros.
2006-04-21 Andrefade.c: whitespace cleanup
2006-04-20 AndreINSTALL: Add more explanations for unexperienced users.
2006-04-20 AndreMakefile.in: Fix generation of web pages
2006-04-20 Andreuse git-tar-tree to make the tarball
2006-04-20 AndreSimplify wng_write()
2006-04-20 Andrewrite.c: fix more compiler warnings on MacOs
2006-04-20 Andrecommand.c: cast members of struct timeval to long unsigned
2006-04-20 Andreremove 1.0
2006-04-20 AndreMakefile.in: remove unused variable CONFDIR
2006-04-20 AndreMore doxygen updates
2006-04-20 Andreadd doxygen file comments
2006-04-20 Andrewrite.c: Make check_args() static
2006-04-20 AndreDoxyfile: replace play.c by write.c
2006-04-20 Andreadd --disable-ortp option to configure
2006-04-19 AndreMakefile.in: kill sample_conf variable
2006-04-19 Andreremove gui.conf.sample
2006-04-19 AndreREADME: mention that gcc-2.95 no longer works.
2006-04-19 AndreMakefile.in: activate even more gcc warnings
2006-04-19 Andrewrite.h: mark two variables extern
2006-04-19 Andreortp_recv compute_next_chunk(): kill unused parameter now
2006-04-19 Andreortp_recv.c post_select: mark unused paramters with...
2006-04-19 Andrekill unused BUF_TO_VAL macro
2006-04-19 AndreMakefile.in: Remove special treatment of ortp_send...
2006-04-19 AndreFix typo in gcc-compat.h
2006-04-19 Andrenet.c: make it compile without ucred
2006-04-19 AndreREADME updates
2006-04-19 Andreaudioc.c, audiod.c, server.c: use para_fd_set()
2006-04-19 Andrecosmetics
2006-04-19 AndreNEWS: gcc-2.95 is no longer supported
2006-04-19 Andreuse para_fd_set also in gui.c and in http_send.c
2006-04-19 AndreMakefile.in: kill unused target para_compress
2006-04-18 Andrekill unused E_LIST_WRITERS_GIVEN
2006-04-18 AndreQuote the the strings in WRITER_NAME correctly.
2006-04-18 AndreMakefile.in: add tow missing headers for the tarball
2006-04-18 Andrereformat and improve write.ggo
2006-04-18 Andrepara_play -> para_write documentation update
2006-04-18 Andresplit play.c and rename para_play to para_write
2006-04-18 Andreadd new writer to para_play: file
2006-04-18 AndreFurther para_play abstraction: struct writer_node_group
2006-04-18 Andrepara_play: simplify play_pcm(), add E_PLAY_OVERRUN...
2006-04-18 Andreswitch to the new struct writer/writer_node abstraction
2006-04-17 Andreintroduce struct writer and struct writer_node
2006-04-17 Andrealsa_shutdown(): free struct private_alsa_data
2006-04-17 Andrepara_play: introduce struct private_alsa_data
2006-04-17 Andremake chunk_size a local var and rename it to period_size
2006-04-17 Andremake para_play use the error subsystem
2006-04-17 Andreplay.c: Let alsa_init() return the number of bytes...
2006-04-17 Andreplay.c: make alsa_write() take the number of _bytes_...
2006-04-17 Andreplay.c: reorder and rename some functions.
2006-04-17 Andrereplace memcpy by memmove
2006-04-17 AndreFix some typos in CREDITS
2006-04-16 AndreKill noisy debug message
2006-04-16 Andreaudiod: do not use pointers to members of struct timeva...
2006-04-16 AndreTypo
2006-04-16 Andrefix more struct timeval related warnings
2006-04-16 Andreaudiod: use tv2ms to show the time difference
2006-04-16 Andrempdec.c: %d -> %zd conversion
2006-04-16 Andrekill para_client's interactive mode
2006-04-15 Andreconfigure.ac: Add check for unix socket credentials
2006-04-15 Andreremove null termination.
2006-04-15 Andreavoid struct ucred in audiod.c
2006-04-15 Andrerecv_cred_buffer typo: Return proper error number
2006-04-15 Andrekill mallinfo
2006-04-15 AndreRename MIN, MAX, ABS macros
2006-04-15 Andregcc-compat.h: rename __unused to __a_unused
2006-04-15 Andregcc-compat: Kill __pure
2006-04-14 Andrecom_sa: pedantic mem leak fix.
2006-04-14 Andrecom_cs: Return a syntax error if argc > 2.
2006-04-13 Andremysql selector commands: escape argv[] when used in...
2006-04-10 Andretypo
2006-04-10 Andreimproved version of split_args()
2006-04-09 Andrepara_server/para_audiod: new option --group
2006-04-08 Andrefurther header cleanup
2006-04-08 Andrenew function: set_stream_fds()
2006-04-07 Andresmall header cleanup
2006-04-07 AndreAdd documentation for para_select() and mark_fd_nonblock()
2006-04-07 Andreintroduce mark_fd_nonblock()
2006-04-07 Andreintroduce para_select()
2006-04-07 AndreNew source files: fd.c/fd.h
2006-04-07 Andresignal.c: mark the read and write ends of the signal...
2006-04-04 Andrerename the array of supported audio file senders from...
2006-04-03 AndreFEATURES: (no log message)
2006-04-03 Andrefix potential segfault in para_client
2006-04-03 Andremp3: Increase eof timeout
2006-04-03 AndreFix use of uninitialized variable 'now' in afs_preselect()
2006-04-01 Andredb.h: fix documentation
2006-04-01 AndreMinor audiod mainloop cleanup
2006-03-28 Andrestat_client_write(): add help text for new 'itemnum...
2006-03-27 Andreupdate audiod help text
2006-03-27 Andrespecify the three grab modes as values in grab_client.ggo
next