chiark / gitweb /
client.c remembers last response string
[disorder] / server /
2007-12-23 Richard Kettlewelldarwin and stupidity fixes for speaker socket move
2007-12-23 rjk@greenend.org.ukThe web interface now automaticallty figures out its...
2007-12-23 Richard Kettlewellput speaker socket in its own private directory
2007-12-22 rjk@greenend.org.ukinsufficient rights always produces 51x response
2007-12-22 rjk@greenend.org.ukFirst cut at cookie support in the web interface
2007-12-22 rjk@greenend.org.ukremember username correctly when logged in via cookie
2007-12-22 Richard Kettlewell'cookie' response now includes the username.
2007-12-22 Richard KettlewellSplit base64 code into a separate .c so that the server...
2007-12-22 Richard Kettlewelldisorder setup-guest + docs + tests
2007-12-21 Richard Kettlewellregister/confirm commands, and tests, and docs
2007-12-21 Richard Kettlewelldefault_rights directive
2007-12-21 Richard Kettlewelldisorder-normalize should wait for sox to finish. ...
2007-12-21 Richard KettlewellQuote responses. Unfortunately this is a major protoco...
2007-12-21 Richard Kettlewellserver always mentions algorithm in client greeting
2007-12-21 Richard Kettlewellrights now apply to commands; docs catch up a bit
2007-12-20 Richard Kettlewelladd "users" command
2007-12-20 Richard Kettlewelluserinfo/edituser implementation
2007-12-20 Richard KettlewellUse users.db. trackdb* moves to lib/, as it's now...
2007-12-18 Richard Kettlewellcreate users.db (but don't do anythin with it). tighte...
2007-12-18 Richard Kettlewellserver side support for cookies, basic tests
2007-12-18 Richard Kettlewellmerge extra MIME parsing
2007-12-17 Richard Kettlewellsimplify RTP transmission
2007-12-15 Richard Kettlewellmore tag normalization work
2007-12-15 Richard Kettlewellnormalize tags and exercise this
2007-12-15 Richard Kettlewellinclude configure and compiler details in version output
2007-12-10 Richard Kettlewella little more testing
2007-12-09 Richard KettlewellAbolish some trivial tests and fold them into dbversion...
2007-12-09 Richard Kettlewellplay now returns the new track's ID, and disorder.play...
2007-12-08 Richard Kettlewellempty track buffers aren't unplayable if at eof
2007-12-08 Richard Kettlewellspeaker: log empty buffers
2007-12-06 Richard Kettlewellupdate (c) messages for mark & ross's contributions
2007-12-05 Richard Kettlewellspeaker_play() actually honors playable()
2007-12-04 Richard Kettlewellsuppress initial rescan completely, except for fresh...
2007-12-04 Richard Kettlewellmore cautious track playability logic in speaker
2007-12-02 Richard Kettlewellrecord whether tracks are connected to speaker in a...
2007-12-02 Richard Kettlewellget and get-global now return 555 for not found. The...
2007-12-01 Richard Kettlewellexit not _exit, for benefit of coverage testing
2007-12-01 Richard Kettlewellfixes and test for disorder-dump
2007-11-28 Richard Kettlewellmulticast_loop option
2007-11-23 rjk@greenend.org.ukmerge disorder.unicode branch
2007-11-23 rjk@greenend.org.ukFixes for disorder-dbpugrade:
2007-11-23 rjk@greenend.org.ukmerge from disorder.dev
2007-11-23 Richard Kettlewellsynchronize with disorder.dev
2007-11-23 Richard KettlewellRemove post_move_cleanup(). The effect is that new...
2007-11-23 Richard KettlewellRemove combining characters from search strings. The...
2007-11-22 Richard Kettlewellrationalize playrtp multicast support
2007-11-22 Richard Kettlewellsync with trunk
2007-11-22 Richard Kettlewellfixes from last change l-(
2007-11-22 Richard KettlewellThe initial rescan now blocks any client connections...
2007-11-22 Richard Kettlewellbuild fixes
2007-11-22 Richard Kettlewellautomatically upgrade on startup if necessary
2007-11-22 Richard Kettlewelltidy up upgrade/recovery flags a bit
2007-11-21 Richard Kettlewelldatabase upgrade tool. needs to be run manually.
2007-11-21 Richard Kettlewellsync up with disorder.dev
2007-11-21 Richard Kettlewellsync with disorder.dev
2007-11-21 Richard Kettlewellfix indent
2007-11-20 Richard Kettlewellunicode.c iterators can now have their notion of Word_B...
2007-11-20 Richard Kettlewellutf32_word_split() and utf8_word_split() splits a strin...
2007-11-20 Richard KettlewellConvert track names and input lines to NFC. This is...
2007-11-19 Richard Kettlewellsync with disorder.dev
2007-11-19 Richard Kettlewellbuild fix for linux
2007-11-19 Richard Kettlewellremove some pointless stderr redirection
2007-11-19 Richard Kettlewelldon't fatal() if cannot create a root account
2007-11-19 Richard Kettlewellfix syslog test
2007-11-19 Richard Kettlewell--[no-]syslog for disorder-normalize too
2007-11-19 Richard Kettlewellserver subprocesses should log to the same place the...
2007-11-19 Richard Kettlewellsync up with disorder.dev
2007-11-19 Richard Kettlewelldoxygen fixes
2007-11-18 Richard Kettlewelltransition various bits of code to unicode.h interfaces
2007-11-18 Richard Kettlewelltable-drive UTF-8 validity checker
2007-11-16 Richard Kettlewelltone down logging some more
2007-11-13 Richard Kettlewelldiscard data sent to logging client; more close fixing
2007-11-13 Richard Kettlewellfix server crash if log connection fails
2007-11-10 Richard Kettlewellwork around FLAC API change braindamage
2007-11-10 Richard Kettlewellserver shouldn't crash on client disconnect!
2007-11-10 Richard Kettlewellev_reader and ev_writer now own the FDs you give them...
2007-11-04 Richard Kettlewellavoid crashes on log client teardown
2007-11-03 Richard Kettlewellfurther debugging info() calls; marked TODO to remove...
2007-11-03 Richard Kettlewellpattern based dispatch for tracklength plugins
2007-11-01 Richard Kettlewellcompute stats in a subprocess to avoid wedging the...
2007-10-27 Richard KettlewellIn the web interface only, new 'short' track name part...
2007-10-27 Richard Kettlewelldoxygen; chatty logging in hope of catching a bug
2007-10-23 Richard Kettlewellchattier event loop error logging
2007-10-21 Richard Kettlewellreduce rtp playahead to 0.1s
2007-10-17 Richard Kettlewellauto create config.private on 1st run of server if...
2007-10-17 Richard Kettlewellautomatically create the home directory on startup
2007-10-15 Richard Kettlewellupdate comment
2007-10-15 Richard Kettlewelltypo
2007-10-13 Richard Kettlewellsplit up queue.c to remove -ldl dependency from clients
2007-10-10 Richard Kettlewellspeaker beforepoll() now gets to modify the timeout...
2007-10-07 Richard Kettlewellrtp-address command allows client to query server config
2007-10-05 Richard Kettlewellbump RTP packet size a bit
2007-10-05 rjk@greenend.org.ukdetect ALSA capability automatically
2007-10-04 Richard Kettlewellimplement expiry of newly added tracks list
2007-10-04 Richard Kettlewellminor oss support corrections
2007-10-04 rjk@greenend.org.uknormalize eof detection, oops
2007-10-04 rjk@greenend.org.ukOSS support in speaker
2007-10-04 Richard Kettlewellcore audio support in speaker
2007-10-04 Richard Kettlewellmore conservative about read() result
2007-10-03 Richard Kettlewellbuild fixes, works on mac now
next