[Haskell] Re: [Haskell-cafe] ANN: Happstack 0.4.1

2009-12-20 Thread Matthew Elder
Exported getSafeGet and getSafePut > * happstack: add state transition code to guestbook (add email > to form, handler, and state), and tar of example _local state before > transition > > experimental: > > * happstack-state: now has experimental replication support u

[Haskell] ANNOUNCE: sendfile-0.5 with >2gb files and goood performance

2009-08-01 Thread Matthew Elder
safe' once again. The FreeBSD implementation is still in need of some love but the Win32 & Linux implementations work great! Happy Hacking! Matthew Elder ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] sendfile-0.4 released: sockets and freebsd and docs oh my!

2009-07-18 Thread Matthew Elder
cket will cause runtime errors). Thanks to Johan Tibell for this discussion. * documentation extended / improved Regards, Matthew Elder ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] ANNOUNCE: sendfile-0.3.1

2009-07-10 Thread Matthew Elder
sendfile-0.3.1 * Fixed a bug where Windows would send the whole file with sendFile' if you used '0' for count. * Converted the foreign calls for windows and linux to 'unsafe' since code should be lock-fre

[Haskell] ANNOUNCE: sendfile-0.3

2009-07-07 Thread Matthew Elder
s goes to Duncan Coutts for his constructive criticism and feedback on 0.2. As usual, please continue to send bugs / feedback / etc to ha...@googlegroups.com. Cheers! Matthew Elder ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] ANNOUNCE: sendfile-0.2, now with portable offset + bytecount parameters

2009-07-05 Thread Matthew Elder
Announcing sendfile-0.2, now with portable offset + bytecount parameters! See: http://hackage.haskell.org/package/sendfile-0.2 Testers needed / wanted! Happy Hacking, Matthew Elder ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org

[Haskell] ANNOUNCE: happstack-0.3.2

2009-06-23 Thread Matthew Elder
gfix to Happstack.Util.Cron to accept intervals up to maxBound * addition of a strict version of fileServe "fileServeStrict" * fileServe (lazy) behaves more reliably now and escapes before any filters can be applied Regards, Matthew Elder ___ Has

[Haskell] ANNOUNCE: sendfile-0.1

2009-06-23 Thread Matthew Elder
/current/content/raw/test.hs runghc test.hs open http://127.0.0.1:8000 in your web browser and see if test.hs was rendered properly (firefox recommended) see which mode it was rendered in (stdout will say one of WIN32_SENDFILE, LINUX_SENDFILE, or PORTABLE_SENDFILE) Happy Hacking! Matthew Elder

[Haskell] ANN: Happstack 0.2 Released

2009-03-04 Thread Matthew Elder
Happstack 0.2 has been released; it is available on Hackage. A lot of community effort has gone into it! For details, please see this post: http://blog.happstack.com/2009/03/04/happstack-02-released Regards, Matthew Elder -- Need somewhere to put your code? http://patch-tag.com Want to build a

Re: [Haskell] ANN : happs-tutorial 0.7

2009-02-07 Thread Matthew Elder
Congratulations on the release Creighton and thank you! On Sat, Feb 7, 2009 at 4:25 PM, Creighton Hogg wrote: > Hello, > > I'm pleased to announce the release of happs-tutorial 0.7 on Hackage. > http://hackage.haskell.org/cgi-bin/hackage-scripts/package/happs-tutorial > > This is the first relea

[Haskell] ANN: Happstack 0.1 Released!

2009-02-04 Thread Matthew Elder
1-released . Thanks for your time, Matthew Elder -- Need somewhere to put your code? http://patch-tag.com Want to build a webapp? http://happstack.com -- Need somewhere to put your code? http://patch-tag.com Want to build a webapp? http://hap