aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
* -version bumps for releaseChristian Grothoff2011-12-26
|
* -dceChristian Grothoff2011-12-26
|
* adding GNUNET_FS_time_to_year function to FS APIChristian Grothoff2011-12-26
|
* -remove code for keyword caonicalization/normalization, makes no sense in ↵Christian Grothoff2011-12-25
| | | | international application, normalization methods are questionable to begin with
* -LRN: add docdir to installation get pathChristian Grothoff2011-12-25
|
* -LRN: new charset conversion functions / #2031Christian Grothoff2011-12-24
|
* fixing 2012: network structure alignment now forced to be correct even on ↵Christian Grothoff2011-12-21
| | | | W32 using #pragma pack from gcc 4.x
* first changes for new plugin apiMatthias Wachs2011-12-20
|
* implement watch_cancel functionChristian Grothoff2011-12-19
|
* -actually initialize min_expiration fieldChristian Grothoff2011-12-19
|
* 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
* - Fixed doxygen to reflect real API paramsBart Polot2011-12-19
|
* additional network type for WLAN Matthias Wachs2011-12-19
|
* -add numbers to help devsChristian Grothoff2011-12-18
|
* adding support for detection quota changes / missing bloomfilter files and ↵Christian Grothoff2011-12-15
| | | | reconstruction/recovery code
* extra error checking in Bloom filter to check that the size of the file on ↵Christian Grothoff2011-12-15
| | | | disk corresponds to the expected size for the given filter
* -api improvementChristian Grothoff2011-12-14
|
* -api improvementChristian Grothoff2011-12-14
|
* wan/lan detection in pluginsMatthias Wachs2011-12-14
|
* removing ats functions from plugins, instead provide callback functionMatthias Wachs2011-12-14
|
* missingMatthias Wachs2011-12-13
|
* move code from service to apiMatthias Wachs2011-12-13
| | | | | | fix bug add test
* WAN/LAN detection Matthias Wachs2011-12-12
| | | | | Mantis 1991
* syntaxSree Harsha Totakura2011-12-10
|
* -revising stream library apiChristian Grothoff2011-12-09
|
* fixed missing doc commentSree Harsha Totakura2011-12-09
|
* added API definitions for stream librarySree Harsha Totakura2011-12-09
|
* major rewrite of ARM service and a bit of the ARM IPC to take advantage of ↵Christian Grothoff2011-12-08
| | | | the simplifications possible now that we no longer intercept traffic; the new code in particular is better at communicating what exactly ARM was doing in response to requests. A major change is that gnunet-arm -i/-k now only impacts if a service is running by-default, on-demand starting is no longer impacted, option -t from gnunet-arm was removed
* (no commit message)Matthias Wachs2011-12-07
|
* fixed docuMatthias Wachs2011-12-07
|
* -fixMatthias Wachs2011-12-07
|
* eliminating last dependency on util code from wlan helper by inliningChristian Grothoff2011-12-06
|
* -only with MINGWChristian Grothoff2011-12-06
|
* Implement passing sockets in IPC on W32 (#1975)Christian Grothoff2011-12-06
|
* adding GNUnet endian operationsMatthias Wachs2011-12-06
|
* use uint64_t instead of long long for GNUNET_ntohll/GNUNET_htonllChristian Grothoff2011-12-06
|
* Removed legacy codeBart Polot2011-12-06
|
* LRN: Fixing Mantis #1974: On W32 winsock2.h defines FD_SETSIZE (if it was ↵Christian Grothoff2011-12-06
| | | | | | | not defined before inclusion of the header) to 64, which means that it's not possible to select on more than 64 sockets at once. This might work during the tests, but in the wild people might want to have more than 60 connections, at least in the transport service. The patch attached should increase the limit to 1024.
* -fixing minor typos, version bumpChristian Grothoff2011-11-30
|
* -fixing indentationChristian Grothoff2011-11-29
|
* -cleaning up message format and code related to recent transport address ↵Christian Grothoff2011-11-29
| | | | stringification code
* - finale commit for the api changeMatthias Wachs2011-11-29
|
* - latest changes for refactoring: iterate sends disassembled hello-addressMatthias Wachs2011-11-29
|
* LRN: new code for GNUNET_OS_network_interfaces_list on W32 improving support ↵Christian Grothoff2011-11-29
| | | | for IPv6 and subnets/masks, see Mantis 1958
* api clean up next stepsMatthias Wachs2011-11-29
|
* first steps to transport_api cleanupMatthias Wachs2011-11-29
| | | | | compiles but no guarante to work!
* introducing GNUNET_UNUSED macro instead of hard-coding gcc attribute all ↵Christian Grothoff2011-11-28
| | | | over the place; also some further documentation fixes
* -document desired direction of transport API changeChristian Grothoff2011-11-28
|
* changing API in anticipation of future implementation of 1369Christian Grothoff2011-11-24
|
* LRN: Fix the use of SRANDOMChristian Grothoff2011-11-23
|