SF Project
About

Documents

Whats New
Features
Articles
Online doc
FAQ
Todo
Performance

Screen shots

In action
User interface
Offline hooks
Filtering

Source code

Browse
Download

Mailing list
Bug Tracker
Logo

Smart Cache on

Source Forge
Ecomstation
GNU
Open Hub

Stats

SForge

My projects

SC Loader
Download Machine
FSP Suite
FSP Client
Old programs

Smart Cache

About

Smart Cache is fast Java 5 HTTP/1.1 proxy server with lot of features.

0.94 23.7.2009

Updated to Java 5 - Get it!

  1. JRE 1.5 is now required
  2. Changed copyrights to GPLv2
  3. Code cleaned up to conform Java 5.0 standards, deprecated methods are still used.
  4. Replaced Vectors by ArrayList
  5. Search cache is now saved to files with .tmp extension
  6. Fixed typo in UI
  7. New defaults in gc.cnf
  8. Fixed typo in idle connection cleanup
  9. Increased default timeout from 25 sec to 29 sec.
  10. JRE 1.3 hack for shutdownhook removed
  11. dont crash on HTTP/1.0+ requests without URI
  12. Add support for save_noncacheable
  13. improve initial message from fake garbage collection, print user configured values instead of values used during fake gc.
  14. Use Java util.regex instead of gnu.rex
  15. Some regexps didnt work - solved by switch to java regex
  16. multi line HTTP/1.1 headers are supported now
  17. Update SGML documentation, removed outdated references to Java 1.1
  18. switched stat counters to AtomicInteger
  19. Dont try to create directory with * in name on windows machines

0.93 24.6.2005

Some Bugfixes - Get it!

  1. overwrite_by_redirect documented
  2. fixed -local command line switch
  3. 303 HTTP return code is supported and cached
  4. allow refresh redirect time > min_refresh time
  5. Support for Expires: never
  6. mailing list re-created on sf.net
  7. Support for Expires: 1.1.1970
  8. Fixed crash caused by synchronize error in printDate