]> gitweb @ CieloNegro.org - Lucu.git/history - Network/HTTP/Lucu/Resource.hs
Code clean-up using convertible-text
[Lucu.git] / Network / HTTP / Lucu / Resource.hs
2011-12-19 PHOCode clean-up using convertible-text
2011-12-15 PHOUse time-http 0.3
2011-11-30 PHOdocs
2011-11-26 PHOHelloWorld works again.
2011-11-22 PHOUnfoldable Dispatcher
2011-11-21 PHORename: Resource --> Rsrc; ResourceDef --> Resource
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-12 PHODon't use the unix package at all.
2011-11-07 PHOEach instances of StatusCode should not be an instance...
2011-11-06 PHOStatusCode is now a type class, not an algebraic data...
2011-11-05 PHOMake use of mimeType quasi-quoter.
2011-11-03 PHONew module: Network.HTTP.Lucu.MIMEType.TH
2011-11-01 PHOcode cleanup
2011-10-31 PHOMerge branch 'attoparsec'
2011-10-31 PHOHaddock comments
2011-10-31 PHOReimplement MultipartForm
2011-10-26 PHOMany bugfixes
2011-10-24 PHOHaddock overhaul
2011-10-24 PHOYet Another Huge Changes
2011-10-21 PHODoc fix
2011-10-21 PHOThe library compiles again.
2011-10-21 PHOResource paths should not be assumed to be encoded...
2011-10-20 PHOResource.hs compiles again.
2011-10-19 PHOMany many changes
2011-10-17 PHOStill making many changes...
2011-10-17 PHOFixed many bugs...
2011-10-17 PHOexamples/HelloWorld.hs fully works now.
2011-10-13 PHOCosmetic changes suggested by hlint.
2011-10-13 PHOImplantFile.hs now compiles.
2011-10-12 PHOThe library now compiles, and I'm now working on Implan...
2011-10-08 PHOchanged everything like a maniac
2011-10-05 PHOMany changes...
2011-10-04 PHOResponseWriter now compiles.
2011-10-04 PHOmany changes
2011-10-04 PHOBugfix
2011-10-04 PHOMany changes
2011-10-04 PHOmany changes...
2011-10-03 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
2011-07-27 phoFixed build failure on recent GHC and other libraries
2010-04-19 phoLucu 0.7 RELEASE-0_7
2010-03-26 phoLucu 0.6 RELEASE-0_6
2009-12-11 phoChanges from 0.4 to 0.4.1
2009-11-09 phoFix for insane memory usage RELEASE-0_4
2009-11-03 phoRelease 0.3.3
2009-07-05 phoVoker57's fix for getRemoteAddr' only works on little...
2009-06-30 voker57Fixed reversed IP adress
2009-06-03 phoSSL Support
2009-01-16 phoFixed breakage on GHC 6.10.1
2008-02-02 phofixed a bug of getQueryForm
2008-01-10 phoadded facilities for basic authentication (not tested)
2007-11-05 phoExodus to GHC 6.8.1
2007-10-06 phomultipart/form-data and more
2007-10-06 phoOptimization
2007-10-03 phoDoc fix
2007-10-03 phoDoc fix, optimization, and more.
2007-10-03 phoThe parser now returns unboxed tuple.
2007-10-03 phoSay good bye to the ugliness of "text" </> "plain".
2007-10-02 phoAdded new actions to the Resource.
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-05-03 phoMore documentation
2007-04-26 phoTransfer-Encoding is always overwritten / foundEntity...
2007-04-25 phoDocumentation of Resource
2007-04-22 pho"driftTo Done" was trying to change the response header...
2007-04-19 phoAdded inputForm
2007-04-12 phostaticDir
2007-04-09 phostaticFile
2007-04-08 phodata/mime.types
2007-04-07 phoETag and Last Modified
2007-04-01 phoNon-chunked input
2007-04-01 phoMany improvements
2007-03-25 phoMany improvements: still in early development
2007-03-21 phoInitial Import