]> git.kaiwu.me - klib.git/shortlog
klib.git
2015-07-23 Heng LiMerge pull request #53 from jmarshall/kgetline
2015-07-23 Heng LiMerge pull request #47 from jmarshall/unused-warnings
2015-07-23 Heng LiMerge pull request #32 from jmarshall/getaddrinfo
2015-07-23 John MarshallDon't call freeaddrinfo() when getaddrinfo() fails
2015-07-23 John MarshallPrevent unused function warnings in khash.h, klist.h
2015-07-23 John MarshallAdd kgetline() to kstring.c/.h
2015-07-02 John MarshallAdd ks_release() to kstring.h
2015-06-26 Heng LiMerge pull request #52 from ihh/master
2015-06-26 Ian HolmesFixed output bug where branch length is not printed...
2015-05-22 Heng Lifixed a bug and a portability issue
2015-05-22 Heng Lidon't stop on undefined functions
2015-05-22 Heng Liset user-defined functions
2015-05-22 Heng Licode cleanup
2015-05-22 Heng Lidon't return a parse error if see undef func
2015-05-22 Heng Lia little bit code cleanup
2015-05-22 Heng Limoved argument checking to ke_parse()
2015-05-22 Heng Lisimplified ke_eval() with operator functions
2015-05-22 Heng Liuse operator functions
2015-05-22 Heng Lisupport single-quotation mark and escaping
2015-05-22 Heng Licommand line assignment
2015-05-22 Heng Licheck unknown function names
2015-05-22 Heng Lireturn final type
2015-05-22 Heng Lisupport assignment
2015-05-22 Heng Lifixed a bug related to functions
2015-05-22 Heng Liadded a few unary functions
2015-05-22 Heng Lieval working
2015-05-21 Heng Lichanged a variable name
2015-05-21 Heng Liadded ** and //
2015-05-21 Heng Lisupport ","
2015-05-21 Heng Liparse math expression with Shunting-yard
2015-01-11 Heng Lia bit more comments
2015-01-11 Heng Liallow to change pipeline threads
2015-01-11 Heng Likt_pipeline() example
2014-12-01 Heng Lierh... wrong link in the last commit
2014-12-01 Heng Liadded a link to the new doc
2014-12-01 Heng Liadded links to the new tiddlywiki doc
2014-11-30 Heng Likson_query() -> kson_by_path() for clarity
2014-11-30 Heng Lisimplified format() due to a later change
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
next