Commit Graph

9 Commits

Author SHA1 Message Date
Heikki Hannikainen 9cccedd6ed HTTP: Implement giving out static files to support AJAX based status view.
Login+Filter: Store the user's filter in a client struct variable, for the status view.
Accounting: Fix in/out packet counting to not include keepalive strings etc.
Status: Added pbuf cellmalloc stats. Added more client stats (accounting).
Cellmalloc: Report the amount of cells allocated.


git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@410 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
2012-06-06 21:35:46 +00:00
Heikki Hannikainen f21eeabe81 + provide cellmalloc statistics in the status dump
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@349 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
2012-05-16 19:39:26 +00:00
Heikki Hannikainen a2f7420d9b = BSD licenses
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@295 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
2009-03-09 21:01:26 +00:00
Matti Aarnio 6441fb6780 - Debugging cellmalloc memory block usages
- Client dataobjects into cellmalloc with fixed builtin memory buffers
  (not hmalloc()/hstrdup() pointers)
- Pbuf cellarena size thresholds adjusted; 72% for small, 27% for medium,
  very few for large.
- Command-line option for dumping internal databases at exit
- Historydb storage optimization, hash keying adjustments
- Dupecheck memory management optimization, 99.9+% without hmalloc()..
- Pbuf queues expiration processing
- Thread creation with 128 kB stack size, not the default of 10 MB
- Filter related hash-index folding optimization


git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@268 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
2008-04-04 22:35:29 +00:00
Matti Aarnio cba1b38d39 Support valgrind without cellmalloc...
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@108 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
2008-03-11 13:44:14 +00:00
Matti Aarnio 3495f92c01 cellmalloc policy constants
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@60 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
2008-03-07 09:41:56 +00:00
Matti Aarnio ac898ced9e cellmalloc minfree mechanism, historydb first framework
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@49 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
2008-03-04 08:21:20 +00:00
Matti Aarnio 5e375aec50 put copyright&license statements on every source file, move struct pbuf_t to be cell-arena allocation stuff.
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@27 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
2008-02-29 20:35:01 +00:00
Matti Aarnio 0692e331a1 cellmalloc subsystem, and filter using it
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@26 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
2008-02-29 16:58:28 +00:00