summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix markdown syntaxMartin Pool2015-12-031-2/+2
| |
* | Mark rs_mdfour privateMartin Pool2015-12-031-5/+11
| |
* | Add a Doxygen linkMartin Pool2015-12-031-6/+5
| |
* | Remove docstring that duplicates the headerMartin Pool2015-12-031-14/+7
| |
* | Mark _Rollsum private in DoxygenMartin Pool2015-12-031-5/+7
| |
* | Remove README suggestion to read librsync.h directlyMartin Pool2015-12-031-5/+1
| |
* | Remove now-converted rdiff.rstMartin Pool2015-11-301-185/+0
| |
* | Add rdiff.md converted from rstMartin Pool2015-11-301-0/+164
| |
* | Add links to some users, and some more readme tweaksMartin Pool2015-11-301-6/+8
| |
* | Link from README to built docs, and mention `make doc`Martin Pool2015-11-301-0/+3
| |
* | Mention that Doxygen is a soft dependencyMartin Pool2015-11-301-0/+2
| |
* | Convert some state-machine docs to Doxygen markdownMartin Pool2015-11-291-37/+17
| |
* | Add docs rescued from darcs treeMartin Pool2015-11-293-0/+869
| |
* | Delete empty rdiff doc placeholderMartin Pool2015-11-291-6/+0
| |
* | Remove obsolete CVS/RCS file stampsMartin Pool2015-11-2945-45/+0
| |
* | Link to `make test` bug from READMEMartin Pool2015-11-291-1/+3
| |
* | Various Doxygen syntax fixes or comment correctionMartin Pool2015-11-294-25/+23
| |
* | Remove fairly obsolete todo about replacement functionsMartin Pool2015-11-291-12/+0
| |
* | Link to StackOverflowMartin Pool2015-11-291-1/+2
| |
* | Mention some users in readmeMartin Pool2015-11-291-0/+3
| |
* | Remove also fairly pointless documentation of size_t and off_tMartin Pool2015-11-291-10/+0
| |
* | Delete empty main.doxMartin Pool2015-11-291-0/+0
| | | | | | | | Content migrated to librsync.h and to readme
* | Remove fairly useless glossaryMartin Pool2015-11-291-23/+0
| |
* | Fold together markdown and doxygenMartin Pool2015-11-294-194/+187
| | | | | | | | | | | | * Use README.md as the Doxygen home page * Merge main.dox into homepage and librsync.h * Tidy up readme a bit, and make it work with Doxygen markdown
* | Include project version in DoxygenMartin Pool2015-11-291-1/+1
| |
* | Enable doxygen source browserMartin Pool2015-11-291-1/+1
| |
* | Delete leftover cvsignoreMartin Pool2015-11-291-3/+0
|/
* Bump version to 2.0.0 to match sonamev2.0.0Martin Pool2015-11-293-3/+14
| | | | Fixes #48.
* Release 1.0.1Martin Pool2015-11-211-1/+1
|
* Remove shipped copy of popt.Martin Pool2015-11-2116-1747/+2
| | | | | | | It's easily available online and no longer works with the CMake update. popt itself uses automake and it would be a shame to require am just for that.
* Merge replacement of autoconf by cmakeMartin Pool2015-11-15117-1462/+4575
|\
| * Fix up isprefix_test (trivial though it is).Martin Pool2015-11-156-101/+20
| | | | | | | | | | | | | | | | * Remove duplicated isprefix.c. * Remove shell scripts and do tests directly in C. * Remove subdirectory CMake config.
| * Ew, cmake doesn't automatically build test dependenciesMartin Pool2015-11-151-0/+4
| |
| * Versioning number todo is doneMartin Pool2015-11-151-3/+0
| |
| * librsync versioning is obsolete: describe new approachMartin Pool2015-11-151-5/+4
| |
| * Mention CMake switch in newsMartin Pool2015-11-151-3/+7
| |
| * Remove now-obsolete libtool versioning listMartin Pool2015-11-151-22/+0
| |
| * Bump version to 1.0.1Martin Pool2015-11-151-2/+3
| | | | | | | | Also avoid repeating the version number in the CMakeLists
| * Trim whitespaceMartin Pool2015-11-151-10/+10
| |
| * Fix version number from CMake into librsyncMartin Pool2015-11-151-1/+1
| | | | | | | | | | It was passing only the patch version, ie the least-significant component
| * Travis: try containerized builds without sudoMartin Pool2015-11-141-0/+2
| |
| * Install libpopt-dev and cmake on Travis as apt dependenciesMartin Pool2015-11-141-0/+6
| |
| * Merge Salamek's conversion to CMake.Martin Pool2015-11-14118-1406/+4608
| |\ | | | | | | | | | Some tests are failing.
| | * Merge pull request #1 from paulharris/issue-cmake1Adam Schubert2015-07-018-66/+63
| | |\ | | | | | | | | Issue cmake1
| | | * Fix tests to work with builddir.Paul Harris2015-06-297-30/+38
| | | | | | | | | | | | | | | | | | | | Note: would be good to upgrade tests to avoid use of perl, so they would work under Windows.
| | | * CMake: Generate files in the build directoryPaul Harris2015-06-291-36/+23
| | | |
| | | * Ignore vim swap filesPaul Harris2015-06-291-0/+2
| | |/
| | * Add Copyright headers and some cleanupAdam Schubert2015-05-116-9/+43
| | |
| | * Use detected perl bin pathAdam Schubert2015-05-111-4/+5
| | |
| | * Fix paths for generated configs, detect perlAdam Schubert2015-05-111-4/+11
| | |