- Decouple clib-cache from clib-package (#10)
- Readme: fix badge
- integrated clib-cache for package, and package.json caching
- added
clib_package_opts_t
for easier configuration
- package: use clibs/[email protected]
- src: add "file URL" debug()
- package: fix
repo
- travis: disable valgrind for now
- Makefile: fix
test
- travis: install and run valgrind
- Makefile: cleanup/refactor
- test: refactor to use describe@2 syntax
- package: update
describe.h
to 2.0.1
- src: fix whitespace
- src: use
package.json
repo for installs (#6, @willemt)
- src: Rename
_debugger
to suggest privacy
- src: Cleanup logs
- travis: Update before installing deps
- src: Fix debug()
- src: Add debug()s
- package: Update http-get and mkdirp
- src: Remove unnecessary null checks
- package.json: Update deps to remove str-copy
- package.json: Replace str-copy.c with clibs/strdup
- package.json: Update mkdirp.c to 0.1.3
- package.json: Update jwerle/fs.c to 0.1.1
- history: Fix formatting
- Change default endpoint to raw.githubusercontent.com
- Add support for installing makefiles (clibs/clib#22)
- Fix double-free of 'name' and 'json_url'
- Use clibs/logger for all output
- test: Fix failing development test
- Set
iterator
to NULL after freeing it (fixes #1) - build: Clean should remove fixtures
- Fix memory leaks
- Fix 'file_url' free on error
- Add travis
- Remove deps from git
- Add copyright to sources
- Initial release