2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement upload methods for REST API Syncer (basic file upload to root now works) More... over 9 years ago
Remove obsolete gdbm & iberty cmake modules More... over 9 years ago
Move all protocol interaction into Syncers out of the base code More... over 9 years ago
Use vector<Entry> instead of iterator_adaptor to hide implementation details More... over 9 years ago
Cleanup Feed interface (remove some unused methods) More... over 9 years ago
Split Resource to global (base/Resource) and API-specific ({drive,drive2}/Syncer) parts More... over 9 years ago
Split Entry to v1::Entry1 and v2::Entry2 More... over 9 years ago
Add Entry constructor for new Drive REST API More... over 9 years ago
Remove doclist API specific fields from Entry class: kind, create_link, edit_link and alt_self More... over 9 years ago
Reduce syscalls slightly more (os::FileCTime is still left...) More... over 9 years ago
Merge https://github.com/visap/grive/commits/visa More... over 9 years ago
Remove JSON-C json wrappers, use YAJL for everything More... over 9 years ago
Remove bgrive (dead and unused code) More... over 9 years ago
use pkg-config also for finding json-c (fixes paths on debian) More... over 9 years ago
Remove useless swap() code More... over 9 years ago
Do not try to install doc/grive.1 from bgrive cmake More... over 10 years ago
Fix long/int cast errors More... over 10 years ago
Find YAJL via pkg-config More... over 10 years ago
Add delay before auth token refresh More... about 11 years ago
Retry upload on XML error instead of crashing More... about 11 years ago
Fix hang when upload receives HTTP 500 More... about 11 years ago
Log XML on parse failure More... about 11 years ago
Reduce number of syscalls while scanning local files More... about 11 years ago
Ignore only .grive and .grive_state More... about 11 years ago
Add autogenerated stuff to .gitignore More... about 11 years ago
Allow to sync just one directory in the root More... over 11 years ago
using the new Json classes for bgrive More... over 11 years ago
added operator<< to print out json More... over 11 years ago
added json writer More... over 11 years ago
added ValResponse class to parse JSON from http More... over 11 years ago