Commit Graph

23 Commits (5d302a09095448f58740f2f72733d3450593b9e8)

Author SHA1 Message Date
Matchman Green d4a8d9fb65 Merge branch 'massix'
Conflicts:
	CMakeLists.txt
2012-05-02 23:30:49 +08:00
Matchman Green de0d53a59f added the class File, and refactor a lot of code from Drive to File 2012-05-01 23:24:40 +08:00
Massimo Gengarelli cfca4513e4 Major refactor
Since we've decided to keep the two projects separated it's necessary
that if some one wants to clone the repository he has a clear idea of
what's going on here: in src/lib folder there are the three main
components of the library libgrive (drive, protocol and util); while
in the src/cli folder there's the command line interface tool that uses
the library. The CLI is called in the same way as the library (grive).

In this way, we can keep multiple clients using the same library in just
one repo..
2012-05-01 17:24:27 +02:00
Matchman Green e7ab019c5f Merge remote-tracking branch 'origin/master'
Conflicts:
	CMakeLists.txt
2012-05-01 21:40:36 +08:00
Massimo Gengarelli 72d40c9d0c Don't compile the main.cc in the library
Whops, I've forgot to remove this, probably because of the merge.
2012-05-01 12:24:12 +02:00
Massimo Gengarelli b34ad8a3ea Merge with main branch (Better CMake) 2012-05-01 12:16:26 +02:00
Matchman Green f022afb407 added a class for file system paths 2012-05-01 17:44:17 +08:00
Matchman Green 2ed4894865 fixed indentations 2012-05-01 00:32:29 +08:00
Massimo Gengarelli b67ee0fc41 Merge head with main repo 2012-04-29 20:38:56 +02:00
Andrea Scarpino efb7e88265 Add make DESTDIR install support 2012-04-29 19:18:21 +02:00
Andrea Scarpino 17cb5440af CppUnit is optional 2012-04-29 19:16:13 +02:00
Andrea Scarpino 370f9dc14e Better CMakeLists.txt 2012-04-29 18:48:11 +02:00
Matchman Green db092f3051 working on upload problem. trying to exclude unit test if cppunit is not found 2012-04-30 00:03:04 +08:00
Massimo Gengarelli 5bda75abb3 Convert grive to a pure shared library
In this way it's possible to develop independent clients, sharing
the same "functional" part.
2012-04-29 15:20:04 +02:00
Matchman Green f4ee21f5e4 refactoring. added namespaces for HTTP functions 2012-04-29 00:01:45 +08:00
Matchman Green 9b0597eb08 improvements to the utilities functions 2012-04-28 18:33:08 +08:00
Matchman Green ceca83dc72 set the mtime of the local file to be the same as the remote 2012-04-28 01:52:02 +08:00
Matchman Green f0ca94d7e0 added date time class and associate unit test case 2012-04-27 15:41:46 +08:00
Matchman Green dfd7eac5d9 refactored files. moved around. added OS encapsulation layer. 2012-04-27 10:49:33 +08:00
Matchman Green 4001cbdbcc build up data structures for the collections 2012-04-26 23:40:38 +08:00
Matchman Green 41033f9bd5 refactored. changed license to GPLv2 only. clean up console UI. 2012-04-26 12:21:40 +08:00
Matchman Green 947664937a checked MD5 checksum before downloading 2012-04-26 12:03:30 +08:00
Matchman Green 6fe956d22c first version. can download files 2012-04-26 00:13:17 +08:00