grive2/src/lib/util
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
..
Crypt.cc Major refactor 2012-05-01 17:24:27 +02:00
Crypt.hh Major refactor 2012-05-01 17:24:27 +02:00
DateTime.cc Major refactor 2012-05-01 17:24:27 +02:00
DateTime.hh Major refactor 2012-05-01 17:24:27 +02:00
Function.hh Major refactor 2012-05-01 17:24:27 +02:00
OS.cc Major refactor 2012-05-01 17:24:27 +02:00
OS.hh Major refactor 2012-05-01 17:24:27 +02:00
Path.cc Major refactor 2012-05-01 17:24:27 +02:00
Path.hh Major refactor 2012-05-01 17:24:27 +02:00