chiark / gitweb /
build fixes
[disorder] / lib /
2007-11-21 Richard Kettlewellsync up with disorder.dev
2007-11-21 Richard Kettlewellsync with disorder.dev
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 Kettlewelltruncate_for_display() now uses unicode.c grapheme...
2007-11-19 Richard KettlewellUTF8 versions of NFC/NFKC
2007-11-19 Richard Kettlewellsync up with disorder.dev
2007-11-19 Richard Kettlewelldoxygen fixes
2007-11-19 Richard KettlewellNFC and NFKC support
2007-11-19 Richard KettlewellGenerate, but do not use, composition mappings.
2007-11-18 Richard Kettlewelldistinguish the different decompositions via a flag bit
2007-11-18 Richard Kettlewelltest and fix utf32_iterator_set()
2007-11-18 Richard Kettlewellmore efficient utf32_iterator_set()
2007-11-18 Richard Kettlewellreplace main utf-8 parser with table-driven one
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-18 Richard Kettlewellnew unicode string iterator give cleaner boundary testing
2007-11-18 Richard Kettlewellmore space efficient unicode tables
2007-11-18 Richard Kettlewellmore idiomatic grapheme breaking
2007-11-18 Richard Kettlewellgrapheme boundary check can now use tables
2007-11-18 Richard Kettlewellword break now comes from the table
2007-11-18 Richard Kettlewellall characters now in the table, which is broken to...
2007-11-18 Richard Kettlewellstart on ut32__unidata() which will provide a uniform...
2007-11-18 Richard Kettlewelldon't be fooled by First/Last entries in UnicodeData.txt
2007-11-18 Richard Kettlewellunicode_gc_cat -> unicode_General_Category
2007-11-18 Richard Kettlewellcompute Sentence_Break as well
2007-11-18 Richard Kettlewelltest and corrections for utf32_is_word_boundary()
2007-11-18 Richard Kettlewelluntested utf32_is_word_boundary() and associated table...
2007-11-18 Richard Kettlewelltests and a correction for grapheme cluster boundary...
2007-11-17 Richard Kettlewelluntested grapheme cluster boundary detection
2007-11-17 Richard KettlewellImplement the s3.13 compatibility casefolding transform...
2007-11-17 Richard KettlewellStart of Unicode support rewrite
2007-11-16 Richard Kettlewelltone down logging
2007-11-16 Richard Kettlewellbuild fix
2007-11-16 Richard Kettlewelldisobedience survives losing TCP connections better
2007-11-13 Richard Kettlewellfix server crash if log connection fails
2007-11-11 Richard Kettlewelldisobedience volume control is local if rtp play
2007-11-11 Richard Kettlewellelapsed time profiling for redisplay_tree()
2007-11-10 Richard Kettlewelluse an external browser to view disorder help
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-10 Richard Kettlewelllog bad closes
2007-11-09 Richard Kettlewellmore cautious buffered writer teardown
2007-11-04 Richard Kettlewelltime/space limits for client output buffering
2007-11-04 Richard Kettlewellavoid crashes on log client teardown
2007-11-03 Richard Kettlewellcorrect debug scan of FDs
2007-11-03 Richard Kettlewellpattern based dispatch for tracklength plugins
2007-11-02 Richard Kettlewellmiscellaneous distribution changes
2007-10-28 Richard Kettlewellbuild fix
2007-10-27 Richard KettlewellIn the web interface only, new 'short' track name part...
2007-10-27 Richard Kettlewelleven chattier logging
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 Kettlewellhelp menu can now pop up the man page
2007-10-20 Richard Kettlewelldisobedience can stop/start a background rtp player now
2007-10-19 Richard Kettlewelllogin details box for disobedience. a bit unfriendly...
2007-10-17 Richard Kettlewellautomatically create the home directory on startup
2007-10-13 Richard Kettlewellsplit up queue.c to remove -ldl dependency from clients
2007-10-09 Richard Kettlewellfurther empeg support
2007-10-07 Richard Kettlewellrtp-address command allows client to query server config
2007-10-05 rjk@greenend.org.ukdetect ALSA capability automatically
2007-10-05 rjk@greenend.org.ukstart on playrtp split
2007-10-04 rjk@greenend.org.ukOSS support in speaker
2007-10-04 Richard Kettlewellcore audio support in speaker
2007-10-03 Richard Kettlewellbanish fd passing. currently a bit ugly but seems...
2007-10-03 Richard Kettlewellrewrite disobedience search interface
2007-10-02 Richard Kettlewelldisobedience notices rescans
2007-10-02 Richard Kettlewellweb support for noticed.db
2007-10-02 Richard Kettlewellserver half of noticed.db
2007-10-02 Richard Kettlewellrelax config file checking for non-server programs
2007-10-02 Richard Kettlewellcopyright dates
2007-10-02 Richard Kettlewellcorrect eclient for new hashes
2007-10-02 Richard Kettlewellsupport alternative hashes for authentication
2007-10-01 Richard Kettlewellcope with "NN - " as well as "NN" in track names
2007-10-01 Richard Kettlewellset DISORDER_PLAYING bit off event log properly
2007-10-01 Richard Kettlewellfix size of state bit table
2007-10-01 Richard Kettlewelldoxygen
2007-10-01 Richard Kettlewellmore control state fiddling, starts nicely when server...
2007-10-01 Richard Kettlewellremove debugging guff, sorry
2007-09-30 Richard Kettlewellupdate control buttons directly from state bits
2007-09-30 Richard Kettlewellfettle the right state word...
2007-09-30 Richard Kettlewell_eclient_state is more general than _eclient_connected
2007-09-30 rjk@greenend.org.ukgrey out edit->track properties when not connected
2007-09-30 rjk@greenend.org.ukdisobedience now detects disconnection within ~1s
2007-09-30 rjk@greenend.org.ukupdate control buttons when disconnection detected
2007-09-30 rjk@greenend.org.ukdisobedience control buttons reflect current state...
2007-09-28 rjk@greenend.org.ukwav file support for disorder-decode
2007-09-28 Richard Kettlewellspeaker protocol redesign to cope with libao re-opening
2007-09-26 Richard Kettlewellbuild fix
2007-09-26 Richard Kettlewelldisorder-speaker now logs what it's transmitting too...
2007-09-26 Richard KettlewellKnock address specifications into order.
2007-09-25 Richard Kettlewelltotally untested multicast support
2007-09-25 rjk@greenend.org.ukdoxygen
2007-09-25 rjk@greenend.org.ukcope without main config file
2007-09-25 Richard Kettlewellnew disorder-rtp deb
2007-09-24 rjk@greenend.org.ukmerge RTP branch
2007-09-24 rjk@greenend.org.ukmove speaker declarations to speaker.h
2007-09-24 rjk@greenend.org.ukdoxygen
next