]> gitweb @ CieloNegro.org - Lucu.git/history - Network/HTTP/Lucu/RequestReader.hs
use time-http 0.5
[Lucu.git] / Network / HTTP / Lucu / RequestReader.hs
2011-12-27 PHOCode reorganisation
2011-12-20 PHODestroy Data.Attoparsec.Parsable; use Data.Default...
2011-12-20 PHOrename: reqMustHaveBody --> reqHasBody
2011-12-19 PHOMerge branch 'parsable'
2011-12-19 PHODone.
2011-12-19 PHOMerge branch 'convertible'
2011-12-19 PHOCode clean-up using convertible-text.
2011-11-26 PHOHelloWorld works again.
2011-11-26 PHOScrap SchemeMapper
2011-11-23 PHOIt (at least) builds now...
2011-11-21 PHORename: Resource --> Rsrc; ResourceDef --> Resource
2011-11-15 PHOcosmetic changes
2011-11-15 PHOMake sure RequestReader tells the writer to stop when...
2011-11-15 PHOlots of bugfixes regarding SSL support
2011-11-15 PHOMIMEParams is now an instance of collections-api's...
2011-11-12 PHOAdded a configuration flag -fssl to enable SSL support...
2011-11-06 PHOStatusCode is now a type class, not an algebraic data...
2011-10-31 PHOMerge branch 'attoparsec'
2011-10-31 PHOReimplement MultipartForm
2011-10-26 PHOMany bugfixes
2011-10-24 PHOYet Another Huge Changes
2011-10-21 PHOThe library compiles again.
2011-10-21 PHOResource paths should not be assumed to be encoded...
2011-10-17 PHOStill making many changes...
2011-10-17 PHOFixed many bugs...
2011-10-12 PHOThe library now compiles, and I'm now working on Implan...
2011-10-08 PHORequestReader now compiles...
2011-10-08 PHOchanged everything like a maniac
2011-10-04 PHOmany changes...
2011-09-04 PHOMerge branch 'master' into attoparsec
2011-07-30 PHOThe attoparsec branch. It doesn't even compile for...
2011-07-29 phoUse base64-bytestring instead of dataenc
2010-03-03 phoHonor cnfServerV4Addr and cnfServerV6Addr.
2010-02-02 phoSuppress unused-do-bind warnings which GHC 6.12.1 emits
2010-01-31 voker57Update for 6.12
2009-06-03 phoSSL Support
2009-01-16 phoFixed breakage on GHC 6.10.1
2007-10-06 phoImplemented fallback handler.
2007-10-03 phoThe parser now returns unboxed tuple.
2007-09-05 phoSlight speed improvement
2007-08-25 phoMoved hidden modules from Exposed-Modules to Other...
2007-07-17 phoSupplession of unneeded imports
2007-07-09 phoOptimized as possible as I can.
2007-06-10 phogetRemoteAddr and getRemoteAddr'
2007-05-19 phogetRequestURI should always return an absolute URI
2007-04-22 pho"driftTo Done" was trying to change the response header...
2007-04-20 phoDocumentation
2007-04-12 phostaticDir
2007-04-08 phodata/mime.types
2007-04-07 phoETag and Last Modified
2007-04-07 phoChunked input now works!
2007-04-01 phoNon-chunked input
2007-04-01 phoMany improvements
2007-03-31 phoYay! Deadlock problem has finally been solved!
2007-03-29 phoMany improvements
2007-03-25 phoMany improvements: still in early development