summaryrefslogtreecommitdiff
path: root/src/findbranch.c
Commit message (Expand)AuthorAgeFilesLines
* Fix RETURN() calls. The macros only takes integers.Bernd Schubert2012-05-201-2/+4
* syslog: Eventually add support for syslogsBernd Schubert2011-02-201-1/+2
* Further debugging: print return codesBernd Schubert2010-06-161-19/+19
* Print path names on function tracing.Bernd Schubert2010-06-151-3/+3
* Improve a commentBernd Schubert2010-06-011-2/+1
* And another fix for the link problem.Bernd Schubert2010-06-011-3/+12
* Fix hard link issues if we have several rw branches. Debian Bug#509516.Bernd Schubert2010-06-011-2/+16
* Replace snprintf() by BUILD_PATH() to return errors if the path is too longBernd Schubert2010-05-161-2/+6
* Fixed a bug where we did not indicate "no RW branch found" correctlyRadek Podgorny2009-04-241-4/+4
* Introduce error handling to the usage of u_dirname(), also behaviourBernd Schubert2008-12-291-0/+4
* Fix a bug reported by Jens Hoelldampf <jens@hoelldampf.net>, in 0.21 cow doe...Bernd Schubert2008-08-101-40/+32
* Disable syslog messages for now, see src/general.h for details.Bernd Schubert2008-07-241-2/+1
* Fix misleading syslog entries (missing break statement)Bernd Schubert2008-07-221-1/+2
* Bugfix in find_branch(), it never returned a result if looking for rw-branches.Bernd Schubert2008-07-211-3/+3
* Make debugging with debug-statements more easy and add several debug statements.Bernd Schubert2008-07-211-0/+17
* Unify the function comment style, it should always begin with "/**", to tell ...Bernd Schubert2008-07-051-4/+4
* Documentation about finding branches.Bernd Schubert2008-07-051-1/+24
* Fix code duplication.Bernd Schubert2008-07-051-29/+29
* On write request to a path, search for rw-braches, even if a ro-branch was al...Bernd Schubert2008-07-051-2/+27
* And another commit to not return ro-branches on write requests.Bernd Schubert2008-07-051-3/+6
* Don't return ro-branches on write requests (with disabled cow).Bernd Schubert2008-07-051-1/+4
* First part of the new directory structureRadek Podgorny2008-06-301-0/+138