1. 09 Oct, 2008 3 commits
    • Max Kellermann's avatar
      update: make the job id unsigned · 4beba26c
      Max Kellermann authored
      Since the return value cannot be -1 anymore, we can make it unsigned.
      4beba26c
    • Max Kellermann's avatar
      update: job ID must be positive · f1022bcc
      Max Kellermann authored
      The documentation for directory_update_init() was incorrect: a job ID
      must be positive, not non-negative.  If the update queue is full and
      no job was created, it makes more sense to return 0 instead of -1,
      because it is more consistent with the return value of isUpdatingDB().
      f1022bcc
    • Max Kellermann's avatar
      update: don't export updateDirectory() · 7dd099a6
      Max Kellermann authored
      If the user requests database update during startup, call
      directory_update_init().  This should be changed to fully asynchronous
      update later.
      
      For this to work, main_notify has to be initialized before db_init().
      7dd099a6
  2. 08 Oct, 2008 3 commits
  3. 07 Sep, 2008 1 commit
  4. 26 Aug, 2008 2 commits
    • Max Kellermann's avatar
      moved code to crossfade.c · 6104e969
      Max Kellermann authored
      decode.c should be a lot smaller; start by moving all code which
      handles cross-fading to crossfade.c.  Also includes camelCase
      conversion.
      6104e969
    • Max Kellermann's avatar
      clean up CPP includes · b6909da7
      Max Kellermann authored
      Include only headers which are really required.  This speeds up
      compilation and helps detect cross-layer accesses.
      b6909da7
  5. 02 Jun, 2008 1 commit
  6. 13 Apr, 2008 4 commits
  7. 12 Apr, 2008 4 commits
  8. 05 Apr, 2007 1 commit
  9. 20 Aug, 2006 1 commit
  10. 06 Aug, 2006 1 commit
  11. 01 Aug, 2006 3 commits
  12. 20 Jul, 2006 1 commit
  13. 14 Jul, 2006 1 commit
  14. 13 Jul, 2006 1 commit
  15. 16 Nov, 2005 1 commit
  16. 02 Nov, 2004 1 commit
  17. 10 May, 2004 1 commit
  18. 07 May, 2004 1 commit
  19. 14 Apr, 2004 1 commit
  20. 11 Apr, 2004 1 commit
  21. 01 Apr, 2004 1 commit
  22. 18 Mar, 2004 1 commit
  23. 05 Mar, 2004 1 commit
  24. 25 Feb, 2004 1 commit
  25. 23 Feb, 2004 1 commit