summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactored the httptools.redirect coderdelon-experimentalRemi Delon2005-01-102-23/+29
* Added DecodingFilterRemi Delon2005-01-102-0/+56
* Fixed ticket #70Remi Delon2005-01-092-8/+16
* (no commit message)Remi Delon2005-01-091-2/+1
* Ported Form.cpy module from CP1 to CP2Remi Delon2005-01-064-2/+222
* Don't copy tutorial/ and test/ into lib when installing CherryPyRemi Delon2005-01-063-2/+3
* Moved the ExposeItems class out of the lib package __init__.py. Created a new...Carlos Ribeiro2005-01-042-19/+51
* Implemented the ExposeItems utility class. It was originally proposed as a wo...Carlos Ribeiro2005-01-041-0/+23
* change from pickle to cPickledpotter2005-01-031-1/+2
* Removed GeneratorFilter (this is now part of the core) and updated generator ...Remi Delon2005-01-032-49/+0
* Fixed small bug in _cphttptools.canonicalizeUrlRemi Delon2005-01-031-0/+1
* Fixed ChangeLog formattingRemi Delon2005-01-031-3/+2
* Wait a bit longer for server to shutdown in testscherrypy-2.0.0-betaRemi Delon2004-12-291-1/+1
* changed \n --> \r\n for text files.Remco Boerma2004-12-295-56/+59
* \r\n > \n again, after header patchRemco Boerma2004-12-2927-3358/+3358
* Changed notices to 79 chars wrap.Remco Boerma2004-12-2927-2953/+3358
* Added *.conf to tarballRemi Delon2004-12-291-0/+1
* Fixed doc filenames again ...Remi Delon2004-12-294-5/+6
* changed to accomodaye new tutorial namesdpotter2004-12-291-13/+13
* Adding MANIFEST.inRemi Delon2004-12-294-0/+1
* add descriptive names to the tutorialsdpotter2004-12-2910-1/+1
* converted \r\n to \n in all the .conf, .txt and .py files. '''use tools/linef...Remco Boerma2004-12-2921-1959/+1992
* Renamed doc files to uppercaseRemi Delon2004-12-293-0/+0
* Renamed doc files to uppercaseRemi Delon2004-12-294-42/+0
* Added "tools" dir for checking in handy scriptsRemi Delon2004-12-290-0/+0
* patched xmlrpcfilter so debug msgs will not appear, added standard cherrypyte...Remco Boerma2004-12-292-37/+24
* small fixes for new cpg.response.body iterable type; getting ready for 2.0.0b...Remi Delon2004-12-296-16/+21
* Ticket #59 - a bunch of changes:Carlos Ribeiro2004-12-299-60/+267
* resolves logmessage error at control-c: ticket #66Remco Boerma2004-12-251-1/+1
* Forgot one file ...Remi Delon2004-12-221-0/+42
* User can now change cpg.request.objectPathRemi Delon2004-12-226-10/+93
* Fixed ctrl-C shutdown for windowsRemi Delon2004-12-211-18/+6
* Removed InternalRedirect implementation for nowRemi Delon2004-12-214-30/+11
* Added cpg.request.mustBeExposedRemi Delon2004-12-212-3/+10
* First attempt at InternalRedirectRemi Delon2004-12-213-10/+22
* Allowed default session functions to be accessed by other modules - ticket #56Remi Delon2004-12-203-32/+52
* Added cpg.threadData - ticket #53Remi Delon2004-12-192-0/+3
* ticket #53 (still need some testing for it)Remi Delon2004-12-142-2/+17
* fix a protocol bug in baseurlfilterkender2004-12-141-2/+4
* Fixed small bug in HTTP serverRemi Delon2004-12-132-3/+1
* Fixed bug in BaseUrlFilter (realized that X-Forwarded-Host doesn't include th...Remi Delon2004-12-131-1/+1
* Allow server to shutdownRemi Delon2004-12-132-8/+6
* Implemented cpg.server.stop() - ticket #4Remi Delon2004-12-124-96/+32
* Changed my mind: sessions are no longer enabled by defaultRemi Delon2004-12-112-2/+1
* * Added request.requestLine - ticket #52 (Remi)Remi Delon2004-12-112-0/+2
* * Default session storageType is now ram (Remi)Remi Delon2004-12-117-26/+66
* Re-organized server code to comply to CherryPyAPI in trunkRemi Delon2004-12-113-71/+77
* Now using Jesir's iterative implementation of getObjFromPathRemi Delon2004-12-031-10/+44
* Added new case in testObjectMapping.pyRemi Delon2004-12-031-1/+10
* Ticket #38 - Split input and output filtersRemi Delon2004-11-305-10/+10