]> git.ipfire.org Git - thirdparty/cups.git/history - cups/array.c
Mass change of copyright to CUPS' new owner, Apple Inc.
[thirdparty/cups.git] / cups / array.c
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...