1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removing bug
Roger Castaldo
as roger-castaldo
More... about 8 years ago
updated code base to allow servercontrol to be loaded from a separate appdomain
Roger Castaldo
as roger-castaldo
More... about 8 years ago
adjusted support for tlsv1.1 and 1.2 to handle compiling in mono where the protocols might now be available yet.
Roger Castaldo
as roger-castaldo
More... over 8 years ago
updated solution to use .net 4.5 so that i can support modern web browsers and their requests for more secure versions of ssl.
Roger Castaldo
as roger-castaldo
More... over 8 years ago
corrected bug wrt reading in binary file uploads
Roger Castaldo
as roger-castaldo
More... over 8 years ago
added in temporary redirect
Roger Castaldo
as roger-castaldo
More... almost 9 years ago
updated mimtype extension conversion code for more extensions
Roger Castaldo
as roger-castaldo
More... about 9 years ago
corrected bug wrt to uploading binary data by adjusting the parser to use a binary reader instead of encoding it to an unknown string format.
Roger Castaldo
as roger-castaldo
More... about 9 years ago
corrected bug wrt http request and large amounts of data being uploaded to ensure that processing of the request is started while the remainder of the data being uploaded is obtained.
Roger Castaldo
as roger-castaldo
More... about 9 years ago
added in not modified responses
Roger Castaldo
as roger.castaldo
More... about 9 years ago
improved the performance for the css minifier as well as cleaned up the minifier code
Roger Castaldo
as roger.castaldo
More... over 9 years ago
corrected bug wrt assembly scanning
Roger Castaldo
as roger.castaldo
More... over 9 years ago
corrected bug wrt mobile browser detection
Roger Castaldo
as roger.castaldo
More... over 9 years ago
added in a handler cache as well as clearing the Session data when a session is abandoned
Roger Castaldo
as roger.castaldo
More... almost 10 years ago
implemented a caching handler system that clears itself out added in handling of null data being written to an http stream.
Roger Castaldo
as roger.castaldo
More... almost 10 years ago
improved browser detection issues with blackberry devices and chrome browser
Roger Castaldo
as roger.castaldo
More... almost 10 years ago
Upgrades browser detection to use regex instead of nasty if statements for performance gains and greater accuracy
Roger Castaldo
as roger.castaldo
More... almost 10 years ago
added code to handle detecting latest version of IE
Roger Castaldo
as roger.castaldo
More... about 10 years ago
moved encoding issues through wrapped http stream writer to correct encoding of string as data is written
Roger Castaldo
as roger.castaldo
More... about 10 years ago
patched close in case of socket being null
Roger Castaldo
as roger.castaldo
More... over 10 years ago
corrected bugs wrt a proper tar file format including directories within a zip file.
Roger Castaldo
as roger.castaldo
More... over 10 years ago
corrected additional content encoding bug that removed additional bracket that did not exist. More... over 10 years ago
added in minor fix for handling content type with encoding. More... over 10 years ago
updated the css minifier to minify color codes as well, slows down the first call, but after that it is quite rapid. More... over 10 years ago
corrected bug detecting the browser version when IE runs version 8 in compatibility mode, done by detecting it and treating it as version 7.0 More... over 10 years ago
corrected bug with digest authentication and some mobile devices More... over 10 years ago
tweaked code to use deflate instead of gzip for faster performance, also fixed bug that missed last few bytes of compressed stream. More... almost 11 years ago
added in ability to provide gzip compression streams. More... almost 11 years ago
upgraded to version 1.9.0 of jquery More... about 11 years ago
updated the jquery core library. More... about 11 years ago