index
:
debian-urweb
dfsg_clean
master
unofficial
Debian packaging for Ur/Web
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
c
Commit message (
Expand
)
Author
Age
*
Tiny concurrency bugfix (race condition on cache->timeNow).
Ziv Scully
2015-11-20
*
Fix condition for installing new cache entries
Adam Chlipala
2015-11-19
*
Fix a read-after-free bug using a timestamp check
Adam Chlipala
2015-11-19
*
Fix a few C memory bugs
Adam Chlipala
2015-11-19
*
Make cache flushes happen immediately instead of at end of transaction.
Ziv Scully
2015-11-17
*
Finish locking, but it's not yet tested rigorously.
Ziv Scully
2015-11-13
*
Remove debugging print statement.
Ziv Scully
2015-11-13
*
Fix issue with one-element caches. Locking still WIP.
Ziv Scully
2015-11-13
*
Fix committing multiple stores/flushes. Locking is WIP.
Ziv Scully
2015-11-12
*
Actually use transactional machinery for flushes this time.
Ziv Scully
2015-11-12
*
Initialize invalidation to NULL!
Ziv Scully
2015-11-12
*
Make cache flushes safe for transactions (not sure about LRU bump on read).
Ziv Scully
2015-11-12
*
Simplify C interface.
Ziv Scully
2015-11-12
*
Merge.
Ziv Scully
2015-11-12
|
\
*
|
Rewrite LRU cache. Now uses one big hash table and is less buggy.
Ziv Scully
2015-11-11
|
*
Basis.fromMilliseconds
Adam Chlipala
2015-11-01
*
|
Merge.
Ziv Scully
2015-10-31
|
\
|
|
*
Remove spurious failure about reopening database connection
Adam Chlipala
2015-10-31
*
|
Merge.
Ziv Scully
2015-10-19
|
\
|
|
*
Database-server reconnection for MySQL
Adam Chlipala
2015-10-17
|
*
Switching to a more dynamic method of handling database reconnection, restart...
Adam Chlipala
2015-10-17
|
*
Start of support for surviving database-server restarts, for Postgres
Adam Chlipala
2015-10-17
*
|
Merge bbaren's fix for bug 209.
Ziv Scully
2015-10-13
|
\
|
*
|
Fix recording bugs to do with nesting and buffer reallocation. Stop MonoFooif...
Ziv Scully
2015-10-07
|
*
Use correct OpenSSL thread safety macros on OS X (closes #209)
Benjamin Barenblat
2015-09-20
*
|
Start work on pure expression caching.
Ziv Scully
2015-09-13
*
|
Merge.
Ziv Scully
2015-09-12
|
\
|
|
*
Beautify '-h' output for web servers
Adam Chlipala
2015-08-20
|
*
Make OpenSSL usage thread-safe (closes #206)
Benjamin Barenblat
2015-08-06
*
|
Merge.
Ziv Scully
2015-07-19
|
\
|
*
|
Rename C functions and remove functors nested inside modules.
Ziv Scully
2015-07-19
*
|
Progress on LRU cache but still more known bugs to fix.
Ziv Scully
2015-06-28
|
*
Allow returnBlob and redirect in static protocol
Julian Squires
2015-07-13
|
*
Make naughtyDebug use protocol-specific logging
Adam Chlipala
2015-05-10
*
|
Merge.
Ziv Scully
2015-05-06
|
\
|
|
*
Set dummy header lookup function in static.c
Adam Chlipala
2015-05-03
*
|
Merge.
Ziv Scully
2015-03-27
|
\
|
*
|
Merge.
Ziv Scully
2014-12-11
|
\
\
*
\
\
Merge.
Ziv Scully
2014-11-24
|
\
\
\
*
\
\
\
Merge.
Ziv Scully
2014-11-10
|
\
\
\
\
|
|
|
|
*
Fix a potential memory bug in fastcgi.c
Adam Chlipala
2015-01-22
|
|
|
|
*
Fix silly mistake from last commit; also switch away from rand() in openssl.c
Adam Chlipala
2015-01-22
|
|
|
|
*
Switch to using OpenSSL PRNG for the one remaining rand()
Adam Chlipala
2015-01-12
|
|
|
|
/
|
|
|
*
Optimizing writes of single characters
Adam Chlipala
2014-12-04
|
|
|
/
|
|
*
uw_remoteSock()
Adam Chlipala
2014-11-16
|
|
/
|
*
Default to parsing time strings with the application-configured format
Adam Chlipala
2014-09-20
*
|
Merge.
Ziv Scully
2014-09-13
|
\
|
|
*
Introduce recv timeout controlled by '-T' option in http.c
Sergey Mironov
2014-09-02
|
*
Check realloc's return code to prevent segfault on out of memory condition (P...
Sergey Mironov
2014-09-02
|
*
Replace common "if(!quiet) printf(...)" pattern with a macro
Sergey Mironov
2014-09-02
[next]