| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2006-12-11 | Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.c | Lars Hjemli | |
| Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2006-12-11 | Avoid infinite loops in caching layer | Lars Hjemli | |
| Add a global variable, cgit_max_lock_attemps, to avoid the possibility of infinite loops when failing to acquire a lockfile. This could happen on broken setups or under crazy server load. Incidentally, this also fixes a lurking bug in cache_lock() where an uninitialized returnvalue was used. Signed-o | |||