]> git.kaiwu.me - klib.git/shortlog
klib.git
2014-11-30 Heng Lirename a member var for clarity
2014-11-30 Heng Liremoved *error from kson_parse()
2014-11-30 Heng Liremoved kt_spawn(); added kt_pipeline()
2014-11-30 Heng Limissing include
2014-11-30 Heng Liget rid of stdint.h for portability
2014-11-30 Heng Liminor
2014-11-30 Heng Liminor change
2014-11-30 Heng Lisimplified the struct
2014-11-30 Heng Lisimplified the struct a little
2014-11-30 Heng Lisimplified API
2014-11-30 Heng Liquery on CMD; more chanages to happen
2014-11-30 Heng Lifixed an error in the example (due to prev rev)
2014-11-29 Heng Lia bit code cleaup
2014-11-29 Heng Liindent output
2014-11-29 Heng Liminor change
2014-11-29 Heng Liadded JSON query
2014-11-29 Heng Liisblank() -> isspace()
2014-11-29 Heng Lino effective changes
2014-11-29 Heng Lisimplified API a bit
2014-11-29 Heng Lifixed compilation error in the last commit
2014-11-29 Heng Liadded deallocator
2014-11-29 Heng Liadded API documentation
2014-11-29 Heng Licode cleanup
2014-11-29 Heng Liimproved comments a little
2014-11-29 Heng Libug for empty []/{}; check extra left brackets
2014-11-29 Heng Lirename brackets
2014-11-29 Heng Liadded a bit error checking
2014-11-29 Heng LiA light-weight JSON parser
2014-11-29 Heng Ligive kh_##name##_t a struct name
2014-11-28 Heng Lidefault to following redirect & no SSL certificate
2014-11-13 Heng LiMerge pull request #39 from jmarshall/kseq-eof
2014-11-13 John MarshallFix ks_getuntil2() extra empty record at EOF bug
2014-11-13 John MarshallSimplify 8d8d1a19f0c69b53d5ed8d9f6592dfa4b91c23f3 code...
2014-11-10 Heng LiMerge branch 'master' of github.com:attractivechaos...
2014-11-10 Heng Libug with incomplete read() call
2014-10-13 Heng LiMerge pull request #38 from immerrr/enable-inline-macro...
2014-10-13 immerrrEnable overriding kh_inline from user code
2014-09-21 Heng LiMerge pull request #28 from piki/fix-new_flags-leak
2014-04-09 Heng LiMerge pull request #31 from jmarshall/warnings
2014-04-09 John MarshallSilence -Wstrict-prototypes and static analyser warnings
2014-02-09 Patrick Reynoldsfix the leak that happens if krealloc fails
2013-12-07 Heng LiMerge branch 'master' of github.com:attractivechaos...
2013-12-07 Heng Lidon't seek when opening
2013-12-01 Heng LiMerge pull request #26 from zhanxw/patch-1
2013-11-30 zhanxwUpdate ksort.h
2013-11-24 Heng Lifixed a bug in seek
2013-11-21 Heng Liadded a note about S3
2013-11-21 Heng Liadded HMAC-SHA1 to drop the openssl dependency
2013-11-21 Heng Liallow to feed change key/secret/id-file
2013-11-21 Heng Lisupport the s3:// protocol
2013-11-20 Heng Lihalve the buffer size
2013-11-20 Heng Liuse fixed-length buffer with pause()
2013-11-20 Heng Liignore signal
2013-11-19 Heng Lineed to grow buffer
2013-11-19 Heng Liwrong dopen() interface
2013-11-19 Heng Liforgot ";"
2013-11-19 Heng Liforgot to alias kurl_t to knetFile
2013-11-19 Heng Liemulating knetfile APIs
2013-11-19 Heng Liadded dopen()/buflen() and optional options
2013-11-18 Heng Liuse larger buffer for remote files
2013-11-18 Heng LiFixed slow sftp/scp connection
2013-11-18 Heng Libetter CLI
2013-11-18 Heng Libetter interface and documentations
2013-11-18 Heng Liknetfile-like interface to CURL
2013-11-02 Heng Liforgot the header file
2013-10-11 Heng Liadded a more flexible scheduler; not tested
2013-10-11 Heng Lichange the argument ordering
2013-10-11 Heng Liadded the test program for kthread
2013-10-10 Heng Lireduced a redundant variable; fix for wrong tid
2013-10-10 Heng Liwait-free heap-free implementation of kt_for()
2013-10-10 Heng Lisimplified the kt_for() API
2013-10-10 Heng Lirevert to kt_for()
2013-10-10 Heng Litest C++ spawn-final
2013-10-10 Heng Limore versatile APIs
2013-10-10 Heng Lipass item index to function calls
2013-10-09 Heng Lidon't need this now, but maybe in future
2013-10-09 Heng Lifixed a dead loop when n_threads==1
2013-10-09 Heng Libugfix: wrong integer type
2013-10-09 Heng Lino effective changes
2013-10-09 Heng Lidocumentation; better var names
2013-10-09 Heng Lilet the main thread help the unfinished workers
2013-10-09 Heng Limore comments
2013-10-09 Heng Liforgot to remove debugging code
2013-10-09 Heng Lifixed a typo
2013-10-09 Heng LiMerge branch 'master' of github.com:attractivechaos...
2013-10-09 Heng Lifor C++ compatibility
2013-10-09 Heng Liuse test-and-set for spin lock
2013-10-09 Heng Liworking, but locking is slow
2013-10-08 Heng Liremove
2013-10-08 Heng Liparallelize simple "for" loops
2013-10-08 Heng Liparallelize simple "for" loops
2013-07-24 Heng Liremoved incorrect comments
2013-07-24 Heng Lirevert a change to ks_resize()
2013-07-24 Heng LiMerge pull request #21 from jmarshall/kstring
2013-07-24 John MarshallAdd kstring_t init/destroy documentation
2013-07-24 John MarshallOnly canonicalise if there is room, and add docs
2013-07-23 John Marshallks_resize() canonicalises the stored string
2013-07-23 Heng LiMerge pull request #20 from jmarshall/kputl
2013-07-23 John MarshallFix kputl(LONG_MIN) bug
2013-07-22 John MarshallAdd kputw() and kputl() tests
next