Commit Graph

415 Commits (issue-71)

Author SHA1 Message Date
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
Nestal Wan c5a5221f4b disable an unimportant assertion and replace it with a warning 2012-06-20 22:46:17 +08:00
Nestal Wan a799e7a611 fixed boost fs v2 compile error found by pavel.savara 2012-06-20 22:02:42 +08:00
Nestal Wan b906d90faf Merge branch 'jose' 2012-06-20 21:57:59 +08:00
José Luis Segura Lucas 78239913e1 Added manpage for Grive 2012-06-20 01:42:40 +02:00
Nestal Wan cf7f28174c preparing for the v0.2.0 release 2012-06-19 00:12:40 +08:00
Nestal Wan 55c0f4e6d5 mark folder and its children as created/deleted recursively (#61) 2012-06-18 23:44:28 +08:00
Nestal Wan 023c208d85 fixed assertion on dry-runs 2012-06-18 23:17:28 +08:00
Nestal Wan dfe89b19b9 don't install the headers when "make install" (#67) 2012-06-18 22:39:43 +08:00
Nestal Wan e388d0bf34 added mock agents for unit tests 2012-06-17 16:34:57 +08:00
Nestal Wan 48391bb16f added more log for dry-run (#65) 2012-06-17 16:33:38 +08:00
Nestal Wan 55ac367255 escape the directory names when uploading (#66) 2012-06-17 15:58:27 +08:00
Nestal Wan c4815da85c support for dry-run (#65) 2012-06-17 15:57:47 +08:00
Nestal Wan 277274f026 fixed handling on changes feed. 2012-06-15 00:55:00 +08:00
Nestal Wan dbf0ae4be0 used boost::program_option to manage command line options (#45) 2012-06-15 00:04:17 +08:00
Nestal Wan ea4fda5b54 fix recursively add folder (#59) 2012-06-14 01:42:41 +08:00
Nestal Wan 5740d7b77f cherry-picked commits from petrj (#60) 2012-06-12 23:53:32 +08:00
Nestal Wan 72052edf37 removed signal handler 2012-06-12 01:24:27 +08:00
Nestal Wan a79edc9c2b merged compile fixes from LemonBoy #58 2012-06-11 23:37:15 +08:00
Nestal Wan cf2c827a6e Revert "Config dirs is now XDG compliant."
This reverts commit 9a76cb8839.
2012-06-11 23:32:57 +08:00
LemonBoy 9a76cb8839 Config dirs is now XDG compliant. 2012-06-10 20:15:40 +02:00
LemonBoy 6157dc57f3 Fix some compilation issues. 2012-06-10 19:50:26 +02:00
Nestal Wan b0c0353fdb seems like the changes handling is still not perfect 2012-06-11 00:52:04 +08:00
Nestal Wan 8d822e3582 now sync'ing folder is the same as sync'ing files 2012-06-11 00:40:56 +08:00
Nestal Wan 991d8e444f recursively sync the resources 2012-06-10 23:38:27 +08:00
Nestal Wan 7be193c35b added unit test case 2012-06-10 23:11:32 +08:00
Nestal Wan ba8cbc18e8 libiberty is required by ubuntu as well (thanks chirayudesai) 2012-06-10 21:15:59 +08:00
Nestal Wan f0ce00ca7b improved support for changes feed 2012-06-10 21:13:47 +08:00
Nestal Wan 55572c7fc4 refactored. Resource does not contain Entry 2012-06-10 21:13:46 +08:00
Nestal Wan a863939b05 "fixed" UT 2012-06-10 21:13:46 +08:00
Nestal Wan 5f61be489b check for broken link when iterating directory (#55) 2012-06-10 21:12:32 +08:00