]> git.ipfire.org Git - thirdparty/cups.git/history - cups/ipp.c
Get rid of compiler warnings.
[thirdparty/cups.git] / cups / ipp.c
2001-04-15  mikeGet rid of compiler warnings.
2001-03-30  mikeTypos and more typos.
2001-03-30  mikeAdd new IPP status codes and messages.
2001-03-27  mikeMinor bug fixes for uninitialized variables and parenth...
2001-03-01  mike"Final" test plan and testing scripts.
2001-02-22  mikeCopyright updates.
2001-02-09  mikeMore SuSE fixes.
2001-02-07  mikeSecurity fixes for httpSeparate(), httpConnect(), and...
2001-01-22  mikeCopyright 2001...
2000-11-29  mikeChanged default configuration of CUPS to not enable...
2000-11-02  mikesnprintf() calls with size - 1; trying to nail down...
2000-10-13  mikeippWrite() and ippLength() didn't handle copied strings...
2000-10-13  mikeCode cleanup to remove warnings.
2000-10-12  mikeippWrite() and ipp_write_file() fixes for name-with...
2000-08-24  mikeAdded password callback and set methods.
2000-07-10  mikeFixes for IPP backend - now switches to IPP/1.0 if...
2000-06-13  mikeWas incrementing pointer into string twice.
2000-06-12  mikeMissing #include <ctype.h> in ipp.c.
2000-06-12  mikeAdded lowercase and _ to - mapping for charset and...
2000-05-11  mikeAdded cupsPrintFiles() function to print multiple files.
2000-03-30  mikeAdded job-sheets-xyz attribute support.
2000-03-21  mikeUse sigaction instead of sigset under Linux.
2000-03-09  mikeFixed encoding of text-with-language and name-with...
2000-02-08  mikeFixed bug in dirsrc.c and main.c - didn't disable brows...
2000-02-06  mikeNow free filetypes in CancelJob()
2000-01-21  mikeMerged with 1.0.x branch changes.
2000-01-04  mikeY2k copyright changes.
2000-01-03  mikeMerged and updated for CUPS 1.1/ESP Print Pro 4.1.
1999-12-29  mikeChanges to support multiple files per job.
1999-12-21  mikeWasn't calling "CheckJobs()" after a job was finished.
1999-10-25  mikeOptions are now case-insensitive.
1999-10-12  mikeFixed minor bug in attribute reading code - didn't...
1999-09-29  mikeippDateToTime() was subtracting the timezone when it...
1999-08-05  mikeWarnings, warnings, go away. Come again some other...
1999-08-05  mikeBONEHEAD BUG!
1999-07-12  mikeMissed a const pointer in ippAddDate().
1999-07-12  mikeFixed all constant arrays to use "const" modifier.
1999-06-25  mikeippPort() looked for the SERVER_PORT environment variab...
1999-06-21  mikeAdded echo commands to makefile.
1999-05-01  mikeWhoops - was checking data_remaining instead of used...
1999-05-01  mikeAdded httpFlush() function.
1999-04-30  mikeippPort() now looks for the SERVER_PORT environment...
1999-04-22  mikeAdded default language stuff (no files needed).
1999-04-22  mikeChanges for Linux...
1999-04-21  mikeAdded IPP_PORT definition.
1999-04-21  mikeGot rid of last vestiges of unsigned char * code for...
1999-03-21  mikeAdded CUPS_VERSION string to config.h
1999-03-03  mikehttpRead() didn't always set the content length.
1999-03-01  mikeippAddInteger() and ippAddIntegers() was setting the...
1999-03-01  mikeCode cleanup - removed extraneous semi-colons...
1999-02-26  mikeMultiple IPP processing fixes.
1999-02-20  mikeUpdated mime.c to scan directories under WIN32.
1999-02-05  mikeAdded IPP client read/write code.
1999-01-28  mikeUpdated HTTP and IPP code; now have a nearly complete...
1999-01-24  mikeCheck-in prior to CVS use.
1998-10-16  mikeInitial revision