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
*
Send newly created sources with messages to clients
Adam Chlipala
2011-04-09
*
Each context gets its own non-repeating sequence of source numbers
Adam Chlipala
2011-04-09
*
Escape strings as needed in some error messages within urweb.c
Adam Chlipala
2011-03-27
*
Fix 'readUtc' to work during DST
Adam Chlipala
2011-03-18
*
Exit periodic loop if a ROLLBACK fails, to avoid infinite looping when the da...
Adam Chlipala
2011-03-18
*
Add a cast to avoid warnings about toupper() on some platforms
Adam Chlipala
2011-03-12
*
Represent 'unit' as C 'int'; change pattern match compilation to avoid 'goto'...
Adam Chlipala
2011-03-10
*
Fix C jsify[String|Char]
Adam Chlipala
2011-02-25
*
Fix HTTP request parsing bug
Adam Chlipala
2011-02-22
*
Proper error handling for periodic tasks
Adam Chlipala
2011-01-23
*
Fix detection of POSTs to error pages
Adam Chlipala
2011-01-23
*
Only announce URI serving in standalone HTTP server (grandfathered into relea...
Adam Chlipala
2011-01-23
*
Fix issues with empty page buffers for tasks
Adam Chlipala
2011-01-23
*
Using FastCGI debug info
Adam Chlipala
2011-01-22
*
Fix parsing of Postgres timestamps with super-microsecond fractional seconds,...
Adam Chlipala
2011-01-22
*
More fixes for FastCGI
Adam Chlipala
2011-01-20
*
Use sigFile again; do redirects in a way that is compatible with FastCGI
Adam Chlipala
2011-01-20
*
Some fixes for tasks and onError handlers
Adam Chlipala
2011-01-20
*
Patch from Vladimir Shabanov to support implicit passing of 'time' values fro...
Adam Chlipala
2011-01-20
*
Fix format of THE_PAST timestamp
Adam Chlipala
2011-01-16
*
Patch from Vladimir Shabanov to support crypt under OS X
Adam Chlipala
2011-01-16
*
Fixing daylight saving time in time string processing
Adam Chlipala
2011-01-13
*
More string processing
Adam Chlipala
2011-01-13
*
Some more string parsing functions; naughtyDebug
Adam Chlipala
2011-01-11
*
String processing optimizations
Adam Chlipala
2011-01-11
*
Basis.currentUrlHasPost
Adam Chlipala
2011-01-06
*
Ignore unknown names in query string name-value pairs; allow any side effects...
Adam Chlipala
2011-01-06
*
Remove unnecessary #include (patch from Karn Kallio)
Adam Chlipala
2011-01-03
*
Fix jsifyTime to work on 32-bit systems
Adam Chlipala
2010-12-30
*
Fix new urlifyTime to work properly on 32-bit systems
Adam Chlipala
2010-12-30
*
Don't forget to call tzset()
Adam Chlipala
2010-12-29
*
Next attempt at getting time parsing right
Adam Chlipala
2010-12-29
*
Latest attempt to get readUtc working properly
Adam Chlipala
2010-12-29
*
Basis.readUtc
Adam Chlipala
2010-12-28
*
Fix time comparison operators; safer saving of queryStrings
Adam Chlipala
2010-12-27
*
queryString and effectfulUrl
Adam Chlipala
2010-12-26
*
Expose buffer type for other C libraries; replace minusSeconds with addSeconds
Adam Chlipala
2010-12-26
*
Switch from libmhash to OpenSSL
Adam Chlipala
2010-12-26
*
Include microseconds in uw_Basis_sqlifyTime() output
Adam Chlipala
2010-12-25
*
Changed uw_Basis_time to store microseconds
Adam Chlipala
2010-12-24
*
Fix Postgres date serialization
Adam Chlipala
2010-12-24
*
Top.queryI1; fix definition of uw_Basis_minTime
Adam Chlipala
2010-12-24
*
[De]serialization of times in JavaScript; proper integer division in JavaScri...
Adam Chlipala
2010-12-23
*
Recursive record unification errors, for more detail
Adam Chlipala
2010-12-23
*
Basis.cdataChar
Adam Chlipala
2010-12-21
*
Remove redundant macro
Adam Chlipala
2010-12-20
*
Use proper string time format for SQLite
Adam Chlipala
2010-12-20
*
Periodic tasks
Adam Chlipala
2010-12-18
*
postBody type
Adam Chlipala
2010-12-18
*
Change Basis.debug to use the protocol's debug function
Adam Chlipala
2010-12-12
[next]