cl-rw

Layered streams for Common Lisp
git clone https://logand.com/git/cl-rw.git/
Log | Files | Refs

DateCommit messageAuthorFiles+-
2017-10-23 22:01same-fringe experimentTomas Hlavaty1+82-0
2017-10-22 06:19more readersTomas Hlavaty1+99-14
2017-10-21 18:24nicer flat readerTomas Hlavaty1+23-10
2017-10-21 18:23nicer filter-readerTomas Hlavaty1+7-8
2017-10-20 17:43remove unnecessary package prefixTomas Hlavaty1+22-22
2017-10-20 17:41add flat-readerTomas Hlavaty1+15-0
2017-05-21 13:02improve multipart-readerTomas Hlavaty2+111-121
2017-01-15 11:12better url encoding and minor refactoringTomas Hlavaty1+39-44
2017-01-15 11:11remove unused codeTomas Hlavaty1+0-52
2017-01-15 11:08fix typoTomas Hlavaty1+2-2
2016-10-16 21:53try to store state in url instead on server in poolTomas Hlavaty2+640-0
2016-04-13 20:54port flock to cclTomas Hlavaty1+16-4
2016-03-13 17:07add netstring packageTomas Hlavaty2+54-1
2016-03-13 17:01less macros more thunksTomas Hlavaty5+106-99
2016-01-10 20:29allow post methods for proxyTomas Hlavaty1+1-1
2016-01-10 20:28disable Content-Disposition in replyTomas Hlavaty1+1-1
2016-01-10 19:12better proxyTomas Hlavaty2+88-44
2015-12-24 17:53prepare serve-proxyTomas Hlavaty1+73-16
2015-12-13 11:20refactoringTomas Hlavaty1+21-11
2015-12-09 21:59strip query after the first questionmarkTomas Hlavaty1+14-13
2015-12-09 21:20ensure we dont try reading from directory laterTomas Hlavaty1+1-0
2015-12-06 17:12ignore errors also in demo webserverTomas Hlavaty1+1-1
2015-12-06 16:23add asd fileTomas Hlavaty1+31-0
2015-12-06 16:16add demo-webserverTomas Hlavaty6+416-156
2015-12-06 16:09more string dependency upTomas Hlavaty1+1-1
2015-12-06 08:25network-interfaces on linuxTomas Hlavaty1+27-0
2015-12-06 08:23unicode-bitmaps in framebufferTomas Hlavaty1+26-10
2015-12-06 08:22inherit stderr on sbcl when running commandsTomas Hlavaty1+1-1
2015-12-06 08:21more redirectsTomas Hlavaty1+2-2
2015-12-06 08:21better accept-loopTomas Hlavaty1+12-8
2015-12-06 08:19add with-flockTomas Hlavaty1+36-0
2015-12-06 08:17checkbox selected can be non-function tooTomas Hlavaty1+3-1
2015-12-06 08:17add rel attribute to linkTomas Hlavaty1+3-2
2015-12-06 08:12try more lispsTomas Hlavaty5+61-11
2015-10-03 09:49try cmucl portTomas Hlavaty5+58-22
2015-10-02 23:53update commendTomas Hlavaty1+1-1
2015-09-20 16:50try mandelbrot on linux consoleTomas Hlavaty1+23-0
2015-09-20 16:18linux mouse experimentTomas Hlavaty1+45-0
2015-09-20 16:17linux framebuffer experimentTomas Hlavaty1+254-0
2015-09-20 16:16added reader for linux console font file format psf2Tomas Hlavaty1+87-0
2015-09-20 16:15utf8 codepoint reader addedTomas Hlavaty1+53-0
2015-09-20 16:14bit-reader addedTomas Hlavaty1+15-0
2015-09-06 12:06add accesskey argTomas Hlavaty1+6-2
2015-09-06 12:00add gi-serverTomas Hlavaty3+351-0
2015-07-05 12:18refactor nix buildTomas Hlavaty1+16-12
2015-07-05 12:17nix buildTomas Hlavaty3+75-0
2015-05-26 20:20fix bug, wrong symbolTomas Hlavaty1+3-3
2015-05-04 20:18sock v5 protocol addedTomas Hlavaty3+138-12
2015-05-02 21:11use integer-length instead of log (again)Tomas Hlavaty1+1-1
2015-04-25 17:38mkcl port octet/string conversion, utf-8 only so farTomas Hlavaty1+10-2
2015-04-25 17:36use integer-length instead of logTomas Hlavaty1+4-15
2015-04-16 19:03porting fixTomas Hlavaty1+1-1
2015-04-16 14:57more portingTomas Hlavaty2+8-2
2015-04-12 18:12integer too big for double in logTomas Hlavaty1+2-0
2015-04-12 18:11dont null-terminate on allegroTomas Hlavaty1+1-1
2015-04-12 18:01more allegro portingTomas Hlavaty1+26-1
2015-04-11 19:14porting fixesTomas Hlavaty1+2-2
2015-04-11 19:12more mkcl portingTomas Hlavaty1+21-0
2015-04-11 09:32partial allegro portTomas Hlavaty3+84-39
2015-04-05 18:48stricter openssl s_clientTomas Hlavaty1+1-0
2015-03-29 22:21partial port to mkclTomas Hlavaty2+26-20
2014-12-29 15:32comment on tls broken and good stuff, remove distractionsTomas Hlavaty1+5-63
2014-12-29 12:06parse-/etc/hosts addedTomas Hlavaty1+32-0
2014-12-29 11:41no need for let*Tomas Hlavaty1+37-37
2014-12-29 11:34stricter ip address parsingTomas Hlavaty2+12-6
2014-12-27 01:39default-server, preconfigured servers and automatic ptr detectionTomas Hlavaty1+96-49
2014-12-26 18:24fix ipv4 address parsingTomas Hlavaty1+40-33
2014-12-25 22:35ccl fixTomas Hlavaty1+8-2
2014-12-25 22:22ipv4 and ipv6 address introduced, more dns featuresTomas Hlavaty3+472-116
2014-12-14 22:28more dns $typeTomas Hlavaty1+73-27
2014-12-14 16:46more dnsTomas Hlavaty2+176-27
2014-12-07 17:39use next-der and write-der as usual instead of decode and encodeTomas Hlavaty2+27-26
2014-12-07 16:05deal with little and big endianTomas Hlavaty4+185-125
2014-11-08 12:20try clisp portTomas Hlavaty5+69-27
2014-11-02 14:23s/hostname/name in dnsTomas Hlavaty1+5-6
2014-11-02 13:17use wireTomas Hlavaty4+103-335
2014-11-02 12:59fix args to make-programTomas Hlavaty1+1-1
2014-11-02 12:57dns queries over udp work on sbcl ccl eclTomas Hlavaty5+192-119
2014-11-01 23:45understand more dns rdataTomas Hlavaty1+82-13
2014-11-01 22:37fix compilation issuesTomas Hlavaty1+6-6
2014-11-01 22:31dns addedTomas Hlavaty4+475-15
2014-11-01 14:18save demo images on ccl tooTomas Hlavaty3+26-2
2014-11-01 12:08build also demo-counter imageTomas Hlavaty3+77-0
2014-11-01 11:59demo-zappel addedTomas Hlavaty2+235-0
2014-11-01 11:59remove useless packageTomas Hlavaty1+0-5
2014-11-01 09:10todo addedTomas Hlavaty1+1-1
2014-11-01 09:10write to /tmpTomas Hlavaty1+2-2
2014-11-01 09:09make-openssl-client and make-gnutls-client addedTomas Hlavaty1+49-2
2014-11-01 09:06remove obsolete todoTomas Hlavaty1+1-1
2014-11-01 09:06fix with-temporary-fileTomas Hlavaty1+1-1
2014-11-01 09:06with-program-io addedTomas Hlavaty1+143-128
2014-10-19 15:06decode certificateTomas Hlavaty1+48-10
2014-10-19 15:05dont use dotted lists for convenienceTomas Hlavaty1+30-30
2014-10-12 13:32code in the right orderTomas Hlavaty1+4-4
2014-10-12 13:31tls uncompressed $ECPoint understoodTomas Hlavaty1+19-4
2014-09-21 21:27parse ECPointFormatList extensionTomas Hlavaty1+40-17
2014-09-21 20:40remove redundant defpackageTomas Hlavaty1+0-3
2014-09-21 15:58already had $HashAlgorithmTomas Hlavaty1+2-5
2014-09-21 15:54load tls as part of cl-rwTomas Hlavaty3+189-161
2014-09-21 15:48move tls a bit forwardTomas Hlavaty1+401-224
2014-09-21 10:26ecl portabilityTomas Hlavaty1+14-2
2014-09-21 08:27ccl portabilityTomas Hlavaty1+6-2
2014-09-20 11:38writers addedTomas Hlavaty1+18-3
2014-09-20 11:37comment out asd :version, asdf complained about invalid versionTomas Hlavaty1+1-1
2014-09-20 11:35read and write pem filesTomas Hlavaty1+115-2
2014-09-20 11:32fix der decoderTomas Hlavaty1+27-11
2014-08-31 19:55der fixes and improvementsTomas Hlavaty1+35-14
2014-08-31 19:53base64 custom suffixTomas Hlavaty1+3-3
2014-08-30 14:36remove unnecessary codeTomas Hlavaty1+1-3
2014-08-30 14:23read pem files addedTomas Hlavaty3+75-20
2014-08-30 12:54der encoder implementedTomas Hlavaty1+137-15
2014-08-03 19:11fix make-tcp-client-socket on sbcl, want bivalent stream and bufferingTomas Hlavaty1+2-1
2014-08-03 19:07rw:next-u24 addedTomas Hlavaty1+7-0
2014-08-03 19:04tls addedTomas Hlavaty1+709-0
2014-08-03 18:53der decoder addedTomas Hlavaty2+220-1
2014-07-26 09:32fix make-tcp-client-socket on sbcl, return streamTomas Hlavaty1+1-1
2014-06-28 18:19dont necessary upcase in parse-xmlTomas Hlavaty1+5-2
2014-06-28 18:18added rw.zipTomas Hlavaty2+76-1
2014-06-22 10:44draw bdd using dotTomas Hlavaty1+42-0
2014-06-22 01:12optimize bdd a bitTomas Hlavaty1+26-15
2014-06-19 21:37reduce consing in bdd applyTomas Hlavaty1+22-20
2014-06-19 20:55bdd package addedTomas Hlavaty1+237-0
2014-05-08 20:06update licenceTomas Hlavaty11+53-9
2014-05-08 19:54arg doesnt need to be optionalTomas Hlavaty1+1-1
2014-05-08 19:53fix type #'\newlineTomas Hlavaty1+3-3
2014-04-20 19:01parse xml from stream tooTomas Hlavaty1+1-0
2014-04-20 19:01fix and improve call-with-program-outputTomas Hlavaty1+20-22
2014-04-18 07:03improve rw.socket and port to eclTomas Hlavaty3+33-12
2014-02-18 21:04rename counter to demo-counterTomas Hlavaty2+78-75
2014-02-16 18:41updated example counterTomas Hlavaty1+45-23
2014-02-16 18:36reorder construct deconstructTomas Hlavaty1+3-3
2014-02-16 18:35better parse-query-stringTomas Hlavaty1+11-3
2014-02-16 17:14export calendar-widgetTomas Hlavaty1+1-0
2013-10-27 19:53fix store-referenceTomas Hlavaty1+6-5
2013-10-27 19:04content addressable storage code addedTomas Hlavaty2+180-1
2013-10-27 19:02rfc822 time first tryTomas Hlavaty1+77-0
2013-10-27 14:49rw.os improvements and featuresTomas Hlavaty1+52-9
2013-10-23 23:11make-temporary-file addedTomas Hlavaty1+12-3
2013-10-23 23:09improved xml parsingTomas Hlavaty1+13-11
2013-10-23 23:08download-rss addedTomas Hlavaty2+13-2
2013-10-23 23:07fix http clientTomas Hlavaty1+2-4
2013-10-13 16:10forgot to fix http-redirectTomas Hlavaty1+1-1
2013-10-13 14:03handle http/ui resources/files as well as actionsTomas Hlavaty2+85-83
2013-10-13 12:05minor style shuffleTomas Hlavaty1+5-7
2013-10-13 12:03udp sockets addedTomas Hlavaty1+20-0
2013-10-12 13:16minor style change and comment addedTomas Hlavaty1+4-4
2013-10-06 20:59till with look-ahead implemented, handle multiple lines in multipart/form-dataTomas Hlavaty2+139-36
2013-10-06 19:00rw.socket:accept addedTomas Hlavaty2+9-2
2013-09-22 21:26misc fixesTomas Hlavaty5+38-33
2013-09-22 16:13added header parsing, post multipart/form-data handling, some fixesTomas Hlavaty3+95-27
2013-09-21 23:05added rw.socket, rw.uri, rw.http; other improvements and fixesTomas Hlavaty6+436-15
2013-09-19 22:32added rw.os:with-temporary-fileTomas Hlavaty1+8-1
2013-09-18 22:10refactor html writer to separate packagesTomas Hlavaty4+112-99
2013-09-15 15:31fix rw.calendar refTomas Hlavaty1+7-6
2013-09-15 15:31remove duplicate defunTomas Hlavaty1+0-3
2013-09-15 14:50forgot to remove jara2wad4cl package refTomas Hlavaty1+3-3
2013-09-15 14:28refactored code from jara2wad4cl, no dependencies on postmodern and hunchentoot, separated calendar and uiTomas Hlavaty4+931-1
2013-08-29 22:08rw.os ecl fixTomas Hlavaty1+2-2
2013-08-29 21:51fix call-with-program-output, wait if simple sync callTomas Hlavaty1+2-0
2013-08-29 21:02comment addedTomas Hlavaty1+1-0
2013-08-29 21:02minor style changeTomas Hlavaty1+1-1
2013-08-29 21:02rw.concurrency addedTomas Hlavaty2+128-1
2013-08-28 22:21minor refactoringTomas Hlavaty1+2-3
2013-08-28 22:20rw.os:make-program introducedTomas Hlavaty1+113-40
2013-08-28 21:26rw.os:run-program refactoredTomas Hlavaty1+23-51
2013-08-28 21:20port rw.os to eclTomas Hlavaty1+24-9
2013-08-28 20:28rw.os addedTomas Hlavaty3+106-10
2013-08-27 23:15asdf description updatedTomas Hlavaty1+1-1
2013-08-19 19:42directoryp exported in cl package in ccl?!Tomas Hlavaty1+5-6
2013-08-19 19:41rw:till and rw:skip need rw:peek-reader, wraping in place where usedTomas Hlavaty2+12-11
2013-08-19 07:57comment removedTomas Hlavaty1+1-1
2013-08-17 23:05curl and wget refactored from cl-ippTomas Hlavaty2+76-1
2013-08-17 22:31base64 email filesystem.lisp and xml readers/writers addedTomas Hlavaty5+414-1
2013-08-17 22:10more readers, better skip, till doesnt eat the last item but peeksTomas Hlavaty1+60-19
2013-08-17 22:05minor, orderingTomas Hlavaty1+2-2
2013-08-10 17:01initial commitTomas Hlavaty3+210-0