]> git.ipfire.org Git - thirdparty/cups.git/history - cups/array.c
Update documentation and dependencies for 1.5b1.
[thirdparty/cups.git] / cups / array.c
2011-05-12  mikeUpdate documentation and dependencies for 1.5b1.
2011-05-09  mikeSave work on improved IPP backend - still need to finis...
2010-11-04  mikeSome more cleanup, and use cupsArrayNew3 in a few more...
2010-11-04  mikeFirst pass at using new cupsArrayNew3 API and eliminati...
2010-11-02  mikeAdd cupsArrayNew3 API which offers memory management...
2010-03-24  mikeChange all private headers to foo-private.h, and option...
2009-04-20  mikeMore debug printf overhaul to cover all of libcups.
2009-04-20  mikeStart updating DEBUG_printf support again, this time...
2008-12-10  mikeAdd marker-* and printer-commands attributes to cupsGet...
2008-05-28  mikeDocumentation updates.
2008-04-16  mikeAdd cupsGetDevices API (still issues with streaming).
2008-01-29  mikeUpdate stylesheet to use specific fonts first.
2007-07-11  mikeMass change of copyright to CUPS' new owner, Apple...
2007-04-25  mikeMerge ppdConflicts() optimizations and new hashed array...
2006-11-21  mikeMerge poll branch into trunk - cupsd now uses poll...
2006-05-05  mikeFix segfaults from new optimized filter and logging...
2006-03-09  mikeAdded a cupsArrayUserData() function to retrieve the...
2006-02-16  mikeUpdate array API to specifically support non-unique...
2006-01-24  mikeAdd new cupsArrayInsert() function to insert elements...
2006-01-12  mikeAdd paging, searching, sort order, etc. to the jobs...
2006-01-10  mikeUpdate copyrights on changed files.
2006-01-05  mikeFix nagging "duplicate printers" error that cropped...
2006-01-04  mikeAdd save/restore stack.
2005-11-30  mikeUpdate API help documents (work in progress)
2005-10-31  mikeFix WIN32 IPv6 support.
2005-10-03  mikeFix a lockup problem with calling cupsdFindDest() in...
2005-09-30  mikeFix another bug in the cups_find() code, and add optimi...
2005-09-30  mikeOptimize cups_find() to start from the current element...
2005-09-30  mikeFix implementation of cupsArray.
2005-09-27  mikeUpdate all cupsArray*() functions to handle NULL pointe...
2005-09-27  mikeFix binary search bug.
2005-09-21  mikeCleanup namespace so that private APIs and types use...
2005-09-21  mikeAdded a new cups_array_t and cupsArray*() functions...