aboutsummaryrefslogtreecommitdiff
path: root/src/fs
Commit message (Collapse)AuthorAge
* change default configurations on systems with UNIX domain sockets to NOT ↵Christian Grothoff2012-01-13
| | | | specify any port for TCP-based IPC (and interpret that as no TCP-based IPC desired), as we can and want to use UNIX domain sockets in this case by default
* -LRN: fix fip_signal_start recursionChristian Grothoff2012-01-12
|
* fixing bug to ensure that we properly descend into deep directories for the ↵Christian Grothoff2012-01-11
| | | | various publish start/stop/suspend/resume event callbacks
* -LRN: make file filename alterable and initializableChristian Grothoff2012-01-09
|
* -LRN: my experimental block download time measurer. The resultsChristian Grothoff2012-01-08
| | | | | | | | can be found there - [1]. [1] http://lrn.no-ip.info/other/gnunet_download_tie.log
* -LRN: set bulk flagChristian Grothoff2012-01-07
|
* -LRN: fix getoptChristian Grothoff2012-01-05
|
* -fixing compile errors in testsChristian Grothoff2012-01-03
|
* changing scheduler priorities to revert to DEFAULT instead of inheriting ↵Christian Grothoff2012-01-01
| | | | parent-task priority unless something else is explicitly specified
* -I guess this can happen, but should be incredibly rare (or could be ↵Christian Grothoff2012-01-01
| | | | provoked by attacker); let's just count instead of break - #2055
* -trying to pick better order of includesChristian Grothoff2012-01-01
|
* -LRN: utf8-ization, #2051Christian Grothoff2011-12-30
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* LRN: normalize keywords (decapitalize, split) using libunistring - #2052Christian Grothoff2011-12-30
|
* -LRN: Also break on commasChristian Grothoff2011-12-30
|
* -version bumps for releaseChristian Grothoff2011-12-26
|
* adding GNUNET_FS_time_to_year function to FS APIChristian Grothoff2011-12-26
|
* -fixing #2036Christian Grothoff2011-12-26
|
* -also break at some other tokensChristian Grothoff2011-12-25
|
* -remove code for keyword caonicalization/normalization, makes no sense in ↵Christian Grothoff2011-12-25
| | | | international application, normalization methods are questionable to begin with
* fixing migration stop delay calculation, largely by first calculating ↵Christian Grothoff2011-12-25
| | | | datastore load correctly and then by better distinguishing between datastore full, datastore timeout and success and finally by adding per-peer tracking of the current block interval to adjust to repeated undesireable behavior. See #2029.
* -fix 2034, request can be cancelled in which case rh might be NULL hereChristian Grothoff2011-12-25
|
* -LRN: fix crash if name is not availableChristian Grothoff2011-12-25
|
* -LRN/CG: extract keywords from file names (#2032)Christian Grothoff2011-12-24
|
* -allow logging hereChristian Grothoff2011-12-23
|
* -fixChristian Grothoff2011-12-23
|
* fixing 2012: network structure alignment now forced to be correct even on ↵Christian Grothoff2011-12-21
| | | | W32 using #pragma pack from gcc 4.x
* -not all uris are ksksChristian Grothoff2011-12-19
|
* -check for NULLChristian Grothoff2011-12-19
|
* -extra asserts just to be helpful in case #2000 resurfacesChristian Grothoff2011-12-19
|
* improving results seen communication to consider which exact keywords a ↵Christian Grothoff2011-12-19
| | | | particular result has been seen for so far
* limit lifetime of migrated content to at most 1 yearChristian Grothoff2011-12-19
|
* block data migration based on lowest discarded expiration of content in the ↵Christian Grothoff2011-12-19
| | | | datastore to avoid wasting bandwidth on migrating content that is just instantly discarded again anyway
* actually limit FS memory consumption by limiting how many requests we track ↵Christian Grothoff2011-12-19
| | | | from other peers (respective GSF-option had not been set; new code also inverts the meaning of the bit, so it does not have to be set for peers but rather is now set for clients to excempt them from the limitation)
* adding min_expiration argument to GNUNET_DATASTORE_ContinuationWithStatus ↵Christian Grothoff2011-12-19
| | | | callback to communicate which content has a chance of being stored in the medium term
* -handle error codes from unindexChristian Grothoff2011-12-18
|
* use better heuristic to deal with datastore put failures; log migration stop ↵Christian Grothoff2011-12-15
| | | | message transmissions
* -fixing #2006Christian Grothoff2011-12-13
|
* trying to fix #2000Christian Grothoff2011-12-13
|
* -fixing indentationChristian Grothoff2011-11-29
|
* Changed quota configuration from core to ats section, renamed from ↵Bart Polot2011-11-29
| | | | TOTAL_QUOTA_* to WAN_QUOTA_*
* -fixing use of uninitialized variable, some code cleanup, fixing memory leak ↵Christian Grothoff2011-11-28
| | | | on error path
* -more doxygen fixesChristian Grothoff2011-11-28
|
* -doxygen fixesChristian Grothoff2011-11-28
|
* changing API in anticipation of future implementation of 1369Christian Grothoff2011-11-24
|
* fs also never queues more than one message per peer, so reduce requested ↵Christian Grothoff2011-11-24
| | | | queue size
* moving block plugins to respective subsystemChristian Grothoff2011-11-22
|
* fixChristian Grothoff2011-11-18
|
* add units to time, use configuration time api where appropriate, fixing ↵Christian Grothoff2011-11-17
| | | | Mantis #1875
* fixing 1786Christian Grothoff2011-11-15
|