paraslash.git
2008-02-23 Andre Nollpara.h: Change copyright year to 2008.
2008-02-18 Andre NollFEATURES: Fix a typo and use uniform capitalization...
2008-02-18 Andre NollNEWS update.
2008-02-18 Andre Nollstring.c: Fix a typo.
2008-02-17 Andre Nollserver.c: Add missing newline in log message.
2008-02-17 Andre NollKill superfluous "%s" in log messages.
2008-02-17 Andre Nollosl_core: Fix some typos in documentation.
2008-02-17 Andre Nollserver.c: Clarify fatal log message.
2008-02-17 Andre Nolldaemon.c: Minor logging impreovments.
2008-02-17 Andre NollBe more careful in daemon_init().
2008-02-17 Andre Nollaudiod.c: Don't log to /dev/null.
2008-02-17 Andre NollAdd documentation of struct sender status.
2008-02-16 Andre Nollcom_touch(): Print a message if no audio files matched.
2008-02-16 Andre NollDoxify send_common.c.
2008-02-16 Andre NollSender code consolidation, on/off commands for the...
2008-02-13 Andre Nollacl.c: Trivial whitespace cleanups.
2008-02-11 Andre Nolluser_list: Fix doxygen \param.
2008-02-11 Andre Nollinit_random_seed(): Use para_open() to open /dev/urandom.
2008-02-11 Andre NollDoxyfile: Remove HAVE_MYSQL define.
2008-02-11 Andre NollRemove duplicate error code.
2008-02-10 Andre NollRemove para_mkstemp().
2008-02-10 Andre NollNEWS update.
2008-02-10 Andre NollSpeed up audiod_pre_select.
2008-02-10 Andre Nollcompress.c: Get rid of min_gain.
2008-02-10 Andre Nollstring.c: Documentation cleanups.
2008-02-10 Andre NollGet rid of E_MKSTEMP and E_FCHMOD.
2008-02-10 Andre NollSpeed up open_current_receiver().
2008-02-09 Andre Nollcompress_filter.ggo: Decrease block size from 16 to 15.
2008-02-09 Andre Nollcompress.c: Simplify volume adjusting code.
2008-02-09 Andre Nollcompress.c: Cosmetics.
2008-02-09 Andre Nolluser_list.c: Minor documentation impreovements.
2008-02-09 Andre Nollpopulate_user_list(): Do not abort if the rsa key of...
2008-02-09 Andre Nolluser_list.c: Simplify populate_user_list().
2008-02-09 Andre Nolluser_list.c: Fix documentation of populate_user_list().
2008-02-09 Andre Nollafs.c: Fix fd number in log output.
2008-02-09 Andre NollKill unused error code WRITE_OK.
2008-02-09 Andre Nollosl_core.h: Replace static inline by _static_inline_.
2008-02-09 Andre NollRemove gui_common.[ch].
2008-02-09 Andre NollMore trivial cleanups.
2008-02-09 Andre Nollerror.h: Kill two unused alsa error codes.
2008-02-09 Andre NollTrivial documentation cleanups.
2008-02-09 Andre NollFix a typo on the Documentation web page.
2008-02-09 Andre NollPrint codename in version info.
2008-02-09 Andre Nollnet.c: Fix error messages in makesock().
2008-02-06 Andre Nollalsa_write.c: Kill deprecated snd_pcm_sw_params_{get...
2008-02-04 Andre NollImplement access control for the dccp sender.
2008-02-04 Andre Nollhttp_send.c: Minor post_select() cleanups.
2008-02-04 Andre Nollhttp_send.c: Kill unused variable "i".
2008-02-04 Andre Nollhttp_send.c: Fix a bug in http_post_select().
2008-02-04 Andre Nolldccp_send.c: Simplify dccp_info().
2008-02-04 Andre NollNEWS update.
2008-02-04 Andre Nolldccp_senc.d: No need to use static variable in dccp_info().
2008-02-04 Andre NollMake the http sender use the generic sender code.
2008-02-02 Andre NollIntoduce send_common.c and use it from the dccp sender.
2008-02-02 Andre Nollsend.h: Cosmetic cleanups.
2008-02-02 Andre Nollhttp_send.c: Kill check_r member from struct http_client.
2008-02-02 Andre Nollhttp_send.c: Never check the client fd for writability.
2008-02-02 Andre Nollhttp_send.c: Kill HTTP_SENT_OK_MSG.
2008-02-02 Andre Noll{http,dccp}_send.c: Kill unused variable "self".
2008-02-02 Andre Nollhttp_send.c: Get rid of write_ok().
2008-02-02 Andre Nolldccp_send.c: Fix a header sending bug.
2008-02-02 Andre Nollhttp_send.c: Get rid of HTTP_READY_TO_STREAM.
2008-02-02 Andre Noll[TRIVIAL] dccp_send.c: Decrease scope of header_len.
2008-02-02 Andre Nollhttp_send.c: Introduce http_write.
2008-02-01 Andre Nollsendall(): Replace send() by write().
2008-02-01 Andre Nolldccp_senc.c: Kill E_DCCP_WRITE.
2008-01-21 Andre Noll[DCCP]: Use 8000 as port.
2008-01-21 Andre NollBe more careful on command exit.
2008-01-20 Andre Nollcom_sender(): Check return value of send_buffer().
2008-01-20 Andre NollKill two unnecessary return statements.
2008-01-19 Andre Nolldccp_send.c: Reformat comment.
2008-01-19 Andre Nollmood.c: Kill unrechable return statement.
2008-01-19 Andre NollAlways check the return value of mark_fd_nonblocking().
2008-01-19 Andre Nolldccp_recv.c: Fix a fd leak.
2008-01-19 Andre Nolldccp_recv.c: Reformat comment.
2008-01-19 Andre Nolldccp_send.c: Check the return value of mark_fd_nonblock...
2008-01-19 Andre Nolldccp_send: Fix a fd leak.
2008-01-19 Andre Nolldccp_senc.c: Check return value of mark_fd_nonblocking().
2008-01-19 Andre NollAdd __must_check annotation for mark_fd_nonblocking...
2008-01-19 Andre Nollgcc-compat.h: Fix __must_check.
2008-01-19 Andre NollSimplify http_open().
2008-01-19 Andre NollKill "port" parameter of http_open().
2008-01-19 Andre Nollhttp_send.c: Rename server_fd to listen_fd.
2008-01-19 Andre NollGet rid of sender->status.
2008-01-19 Andre NollRemove unused ortp_pre_select().
2008-01-17 Andre Nollaft.c: Fix a memory leak in open_and_update_audio_file().
2008-01-17 Andre Nollvss.c: Trivial whitespace cleanup.
2008-01-17 Andre Nollvcc.c: Fix a memory leak in recv_afs_result().
2008-01-17 Andre Nollnet.c: Fix a memory leak in makesock().
2008-01-17 Andre Nollsend.h: Simplify sender command enum.
2008-01-17 Andre Nollserver.c: Initialize vss _after_ afs.
2008-01-17 Andre Nollhttp_send.c: Rename open_tcp_port() to http_open().
2008-01-14 Andre Nollringbuffer improvements.
2008-01-14 Andre Nollringbuffer.h: Add GPL header.
2008-01-14 Andre NollMerge commit 'remotes/meins/master'
2008-01-13 Andre Nollacl.h: Add GPL header and doxygen file comment.
2008-01-13 Andre NollAdd pointer to documentation of the new acl functions.
2008-01-13 Andre Nolldoxify acl.c.
2008-01-13 Andre NollRename acl functions.
2008-01-13 Andre NollMove acl functions to separate file acl.c.
next