Commit Graph

395 Commits (syncer-move-dates)

Author SHA1 Message Date
Nestal Wan 612b35a090 fixed compiler warnings 2012-07-30 16:43:51 +08:00
Nestal Wan bec8362639 added template contructor for object 2012-07-30 16:43:36 +08:00
Nestal Wan 0b2a8c0a54 clean up on #109 2012-07-30 15:24:47 +08:00
Nestal Wan cb602052f1 Merge pull request #109 from justinharding/issue_86_partial_sync
Issue 86 partial sync
2012-07-29 21:56:02 -07:00
justin 034891a610 issue 86 allow sync folder to be specified, move Config class and add basic unit test 2012-07-29 18:17:41 +01:00
justin e0383a843c remove unused code 2012-07-29 17:53:02 +01:00
Nestal Wan d831b8d59f support creating revisions with --new-rev (#87) 2012-07-27 00:45:53 +08:00
Nestal Wan fd81cc1fe4 added --log-xml for debugging (#80) 2012-07-27 00:17:44 +08:00
Nestal Wan e375d92b82 version changes for v0.3 2012-07-26 01:29:47 +08:00
Nestal Wan 5a0c6ae56e don't throw in CurlAgent for all HTTP errors (#82) 2012-07-26 01:25:44 +08:00
Nestal Wan 22fd859be6 Merge pull request #105 from stephencox/master
README typo
2012-07-25 09:30:52 -07:00
Stephen Cox 2e9761e58e Removed duplicate "considered" in README 2012-07-23 11:09:53 +02:00
Nestal Wan 51e42914f3 refreshing the token if HTTP 401 is returned (#83) 2012-07-23 16:00:21 +08:00
Nestal Wan 3acd25cb55 proper fix for (#98: missing reference count for Json::Get() ) 2012-07-23 15:43:11 +08:00
Nestal Wan 271e4d7ed8 Merge pull request #100 from justinharding/mtimebranch
store modified time of file in m_mtime instead of passing value as param
2012-07-23 00:21:58 -07:00
justin 96227d38cf store modified time of file in m_mtime instead of passing value as param 2012-07-19 22:22:34 +01:00
Nestal Wan c6a1c47d40 added retry on HTTP 500 & 503 (#82) 2012-07-20 00:50:40 +08:00
Nestal Wan 28e8012ca5 added AuthAgent, a wrapper around http agent 2012-07-20 00:39:36 +08:00
Nestal Wan 57c431dd83 added logs for tracing last sync time 2012-07-19 23:48:01 +08:00
Nestal Wan 28e4956af9 Merge pull request #99 from fairlight1337/master
Removed linking to IBERTY_LIBRARY and added Boost to CMakeLists file
2012-07-19 08:40:27 -07:00
Jan Winkler 2f94168599 Set up an else-clause for IBERTY_LIBRARY and removed unnecessary BOOST-find
In ./CMakeLists.txt the added find_package( Boost ) was removed due to being unnecessary. In libgrive/CMakeLists.txt the IBERTY_LIBRARY is now set to an empty string of it was not found (otherwise the linker breaks during `cmake').
2012-07-19 17:19:40 +02:00
Jan Winkler 56de93c8c7 Commented out iberty_library stuff
The iberty_library could not be found anywhere in my repos or on my system. Compiles and runs fine without.
2012-07-19 16:51:03 +02:00
Nestal Wan 7cc4984932 use mmap for checksum 2012-07-17 01:59:00 +08:00
Nestal Wan ce245576b5 use StdioFile for uploading (#88) 2012-07-17 01:58:16 +08:00
Nestal Wan 75c67dad8d added class & functions for memory mapped files 2012-07-17 01:08:34 +08:00
Nestal Wan 94383e0030 ignoring files with missing MD5 checksum in remote feeds 2012-07-16 23:37:50 +08:00
Nestal Wan 593c335a5e improved logging for HTTP responses 2012-07-16 23:23:08 +08:00
Nestal Wan 394982da4e added _FILE_OFFSET_BITS=64 (#88) 2012-07-16 22:30:30 +08:00
Nestal Wan 8547bbf7ab Merge pull request #92 from justinharding/master
sending a pull request
2012-07-16 06:54:46 -07:00
justin e28fe96260 fix deleted local file downloaded again 2012-07-15 17:33:33 +01:00
Nestal Wan 80f3fbf370 refactored the logs to debug sync problems 2012-07-12 00:36:58 +08:00
Nestal Wan 278037b07b fixed incorrect name in pdf files 2012-07-12 00:30:19 +08:00
Nestal Wan 66b3d37872 README: beta quality 2012-07-11 22:56:28 +08:00
Nestal Wan af68bde44b Merge pull request #89 from alerque/patch-1
Minor English cleanup.
2012-07-11 07:27:05 -07:00
Caleb Maclennan 580b2f67f2 Minor English cleanup. 2012-07-11 12:08:42 +03:00
Nestal Wan 93d696a527 Merge pull request #84 from Nightgunner5/empty-filenames
Use the "title" for google documents
2012-07-07 08:43:18 -07:00
Ben L 06bf4fe58d Fix empty filenames for Google Docs 2012-07-03 13:42:16 -05:00
Nestal Wan f35a346a0f fixed web site (#81) 2012-07-03 00:54:18 +08:00
Nestal Wan 34cb370528 fixed link to wiki (#78) 2012-06-28 00:19:51 +08:00
Nestal Wan daa1fe9ca3 refactored a bit for the fix in #76 2012-06-27 23:18:12 +08:00
Nestal Wan dc89aee613 Merge pull request #77 from madjar/master
Fixed a bug where grive crashed on the first run.
2012-06-27 07:12:16 -07:00
Georges Dubus 34be2e7a87 Fixed a bug where grive crashed on the first run.
It gived a negative start index to get the changes feed, which is
illegal. The error returned by the server triggered a crash.

Fixes #76.
2012-06-27 14:17:13 +02:00
Nestal Wan 460a4fd8f2 save the changestamp after sync (#68) 2012-06-26 00:13:18 +08:00
Nestal Wan cfbcd31830 Merge pull request #75 from georgwiltschek/master
Make grive compile on Ubuntu 10.04 (Lucid Lynx)
2012-06-25 08:47:03 -07:00
georg wiltschek 6ecbd8d0ea depending on libboost 1.40 seems no worse than on 1.42 but makes compiling much easier on ubuntu 10.04 :-) 2012-06-25 09:59:22 +02:00
Nestal Wan 1d1365ea1a refactored code in Update() to DetectChanges() 2012-06-23 18:23:43 +08:00
Erik Hardesty 62238c5ba6 Move update logic out of Grive constructor
This is to make it easier to repeatedly sync the
directory when used in a daemon-like setting without
reinstantiating the class
2012-06-21 18:47:01 -05:00
Nestal Wan 6850785667 added zlib for SUSE (#63) 2012-06-21 23:39:53 +08:00
Matchman Green f4b3e488ee removed Matchman from the man page 2012-06-20 23:02:22 +08:00
Nestal Wan 7158ce2538 added rules for installing the man page 2012-06-20 22:57:23 +08:00