oweals/gnunet.git
10 years agoUpdate time conversion functions docs, test converting abs UTC time to string and...
LRN [Tue, 8 Oct 2013 09:30:33 +0000 (09:30 +0000)]
Update time conversion functions docs, test converting abs UTC time to string and back

10 years agoUpdate make GNUNET_STRINGS_fancy_time_to_absolute return local time on W32
LRN [Tue, 8 Oct 2013 09:30:30 +0000 (09:30 +0000)]
Update make GNUNET_STRINGS_fancy_time_to_absolute return local time on W32

10 years agoReplace OFF_T with off_t
LRN [Tue, 8 Oct 2013 09:30:27 +0000 (09:30 +0000)]
Replace OFF_T with off_t

10 years agoTweak the stat-calling code
LRN [Tue, 8 Oct 2013 09:30:24 +0000 (09:30 +0000)]
Tweak the stat-calling code

10 years agoUpdate plibc header
LRN [Tue, 8 Oct 2013 09:30:21 +0000 (09:30 +0000)]
Update plibc header

10 years agoAdd missing include
LRN [Tue, 8 Oct 2013 09:30:18 +0000 (09:30 +0000)]
Add missing include

10 years agoimplement #3035: add mimetype:type category keywords, also doxygen fixes
Christian Grothoff [Tue, 8 Oct 2013 09:06:47 +0000 (09:06 +0000)]
implement #3035: add mimetype:type category keywords, also doxygen fixes

10 years agowork on multipart request receiving
Christian Fuchs [Tue, 8 Oct 2013 08:32:47 +0000 (08:32 +0000)]
work on multipart request receiving

10 years agofix for failing _init test
Matthias Wachs [Tue, 8 Oct 2013 08:23:54 +0000 (08:23 +0000)]
fix for failing _init test
We had a race condition:
When ats is included in default services it can happen that it is started before the test can issue the statistics wathc request and therefore the test will not be notified about the initialization of the value with 0

10 years agomore strings documentation
Christian Grothoff [Tue, 8 Oct 2013 06:55:36 +0000 (06:55 +0000)]
more strings documentation

10 years ago-document UTC vs local time
Christian Grothoff [Tue, 8 Oct 2013 06:47:12 +0000 (06:47 +0000)]
-document UTC vs local time

10 years agoAdd missing blackslash
LRN [Mon, 7 Oct 2013 20:02:09 +0000 (20:02 +0000)]
Add missing blackslash

10 years ago-fix friends file parser logic, a NOT operator is a wonderful thing sometimes
Christian Grothoff [Mon, 7 Oct 2013 19:28:15 +0000 (19:28 +0000)]
-fix friends file parser logic, a NOT operator is a wonderful thing sometimes

10 years ago-shorter line
Christian Grothoff [Mon, 7 Oct 2013 18:47:57 +0000 (18:47 +0000)]
-shorter line

10 years ago-doxygen
Christian Grothoff [Mon, 7 Oct 2013 18:36:54 +0000 (18:36 +0000)]
-doxygen

10 years agoimplementing FRIENDS file writing logic
Christian Grothoff [Mon, 7 Oct 2013 18:16:19 +0000 (18:16 +0000)]
implementing FRIENDS file writing logic

10 years ago-moving friends file parsing logic into its own library
Christian Grothoff [Mon, 7 Oct 2013 18:08:05 +0000 (18:08 +0000)]
-moving friends file parsing logic into its own library

10 years agomore work towards multipart sending, this time the service response.
Christian Fuchs [Mon, 7 Oct 2013 17:36:30 +0000 (17:36 +0000)]
more work towards multipart sending, this time the service response.
added two stubs for the multipart chunk receiving message handlers

10 years agofinished service request multipart message sending
Christian Fuchs [Mon, 7 Oct 2013 17:10:19 +0000 (17:10 +0000)]
finished service request multipart message sending

10 years agoats_ril: - bug fixed in address_add()
Fabian Oehlmann [Mon, 7 Oct 2013 16:49:41 +0000 (16:49 +0000)]
ats_ril: - bug fixed in address_add()
 - small reward function implementation

10 years agotowards multipart messages
Christian Fuchs [Mon, 7 Oct 2013 14:49:05 +0000 (14:49 +0000)]
towards multipart messages

10 years agofix for incoming addresses:
Matthias Wachs [Mon, 7 Oct 2013 13:58:09 +0000 (13:58 +0000)]
fix for incoming addresses:
incoming addresses are only marked with address length 0 if the address cannot be used to initiate a connection to his address.
Therefor only for tcp and http(s) incoming connections an address length of 0 is reported whereas for other plugins (unix, udp, wlan) the incoming address can be used to initiate a connection to this address.

10 years agomissing file
Florian Dold [Mon, 7 Oct 2013 13:33:57 +0000 (13:33 +0000)]
missing file

10 years agoadded scalarproduct multipart protocol numbers
Christian Fuchs [Mon, 7 Oct 2013 13:32:10 +0000 (13:32 +0000)]
added scalarproduct multipart protocol numbers

10 years ago- fixing udp address handling for inbound sessions
Matthias Wachs [Mon, 7 Oct 2013 11:17:02 +0000 (11:17 +0000)]
- fixing udp address handling for inbound sessions
- fixing some indentation

10 years ago-transmit termination reason also for caller hanging up
Christian Grothoff [Mon, 7 Oct 2013 09:28:41 +0000 (09:28 +0000)]
-transmit termination reason also for caller hanging up

10 years agorename coreAPI to core_api to follow naming conventions better
Christian Grothoff [Mon, 7 Oct 2013 08:48:43 +0000 (08:48 +0000)]
rename coreAPI to core_api to follow naming conventions better

10 years agoimplement revocation broadcasting (part of #3057)
Christian Grothoff [Mon, 7 Oct 2013 08:47:44 +0000 (08:47 +0000)]
implement revocation broadcasting (part of #3057)

10 years ago- fix channel static functions
Bart Polot [Mon, 7 Oct 2013 08:20:12 +0000 (08:20 +0000)]
- fix channel static functions

10 years ago- comment clarification
Florian Dold [Sun, 6 Oct 2013 23:00:26 +0000 (23:00 +0000)]
- comment clarification

10 years agoMQ for CORE
Florian Dold [Sun, 6 Oct 2013 22:54:21 +0000 (22:54 +0000)]
MQ for CORE

10 years ago-finishing revocation command line tool
Christian Grothoff [Sun, 6 Oct 2013 22:00:14 +0000 (22:00 +0000)]
-finishing revocation command line tool

10 years ago-fix config, fix ntohs, must be ntohl
Christian Grothoff [Sun, 6 Oct 2013 21:29:55 +0000 (21:29 +0000)]
-fix config, fix ntohs, must be ntohl

10 years ago-adding man page for revocation, removing obsolte man page for RSA
Christian Grothoff [Sun, 6 Oct 2013 21:13:54 +0000 (21:13 +0000)]
-adding man page for revocation, removing obsolte man page for RSA

10 years ago-more whitespace
Christian Grothoff [Sun, 6 Oct 2013 21:05:14 +0000 (21:05 +0000)]
-more whitespace

10 years ago-clarifications
Christian Grothoff [Sun, 6 Oct 2013 21:02:41 +0000 (21:02 +0000)]
-clarifications

10 years ago-remove trailing whitespace
Christian Grothoff [Sun, 6 Oct 2013 20:55:28 +0000 (20:55 +0000)]
-remove trailing whitespace

10 years ago-install fcfsd in libexec, build dv by default, move fcfsd config to namestore.conf.in
Christian Grothoff [Sun, 6 Oct 2013 20:52:20 +0000 (20:52 +0000)]
-install fcfsd in libexec, build dv by default, move fcfsd config to namestore.conf.in

10 years ago-ignore
Christian Grothoff [Sun, 6 Oct 2013 20:44:45 +0000 (20:44 +0000)]
-ignore

10 years ago-add missing pkgconfig generations
Christian Grothoff [Sun, 6 Oct 2013 20:43:48 +0000 (20:43 +0000)]
-add missing pkgconfig generations

10 years ago-add missing pkgconfig generations
Christian Grothoff [Sun, 6 Oct 2013 20:38:44 +0000 (20:38 +0000)]
-add missing pkgconfig generations

10 years ago-also dead
Christian Grothoff [Sun, 6 Oct 2013 20:24:16 +0000 (20:24 +0000)]
-also dead

10 years ago-die
Christian Grothoff [Sun, 6 Oct 2013 20:10:02 +0000 (20:10 +0000)]
-die

10 years ago-first draft for revocation command-line tool
Christian Grothoff [Sun, 6 Oct 2013 14:10:19 +0000 (14:10 +0000)]
-first draft for revocation command-line tool

10 years ago-adding skeleton for gnunet-revocation command line tool
Christian Grothoff [Sun, 6 Oct 2013 12:47:34 +0000 (12:47 +0000)]
-adding skeleton for gnunet-revocation command line tool

10 years ago-more dead code elimination / house cleaning
Christian Grothoff [Sun, 6 Oct 2013 12:19:35 +0000 (12:19 +0000)]
-more dead code elimination / house cleaning

10 years ago-removing dead lib header
Christian Grothoff [Sun, 6 Oct 2013 12:16:44 +0000 (12:16 +0000)]
-removing dead lib header

10 years ago-updating structure
Christian Grothoff [Sun, 6 Oct 2013 12:12:35 +0000 (12:12 +0000)]
-updating structure

10 years ago-update dependency graph
Christian Grothoff [Sun, 6 Oct 2013 11:48:31 +0000 (11:48 +0000)]
-update dependency graph

10 years ago-store revocations to disk
Christian Grothoff [Sun, 6 Oct 2013 11:46:33 +0000 (11:46 +0000)]
-store revocations to disk

10 years ago-load revocations from disk, misc doxygen/style fixes
Christian Grothoff [Sun, 6 Oct 2013 11:16:26 +0000 (11:16 +0000)]
-load revocations from disk, misc doxygen/style fixes

10 years agorenaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYPTO_get_peer_identity
Christian Grothoff [Sun, 6 Oct 2013 09:35:52 +0000 (09:35 +0000)]
renaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYPTO_get_peer_identity

10 years ago-doxygen, coding conventions
Christian Grothoff [Sun, 6 Oct 2013 09:35:14 +0000 (09:35 +0000)]
-doxygen, coding conventions

10 years ago-improving docs
Christian Grothoff [Sun, 6 Oct 2013 09:28:24 +0000 (09:28 +0000)]
-improving docs

10 years ago-doxygen fixes
Christian Grothoff [Sun, 6 Oct 2013 09:23:57 +0000 (09:23 +0000)]
-doxygen fixes

10 years ago-doxygen fixes
Christian Grothoff [Sun, 6 Oct 2013 09:23:14 +0000 (09:23 +0000)]
-doxygen fixes

10 years ago-doxygen fixes
Christian Grothoff [Sun, 6 Oct 2013 09:20:29 +0000 (09:20 +0000)]
-doxygen fixes

10 years ago-handle client revocation queries in service
Christian Grothoff [Sun, 6 Oct 2013 08:00:39 +0000 (08:00 +0000)]
-handle client revocation queries in service

10 years ago-implementing revocation library
Christian Grothoff [Sun, 6 Oct 2013 07:41:21 +0000 (07:41 +0000)]
-implementing revocation library

10 years ago-doxygen
Christian Grothoff [Sat, 5 Oct 2013 22:40:56 +0000 (22:40 +0000)]
-doxygen

10 years ago-ignore
Christian Grothoff [Sat, 5 Oct 2013 19:49:30 +0000 (19:49 +0000)]
-ignore

10 years ago-fix double-free, clarify API
Christian Grothoff [Sat, 5 Oct 2013 19:25:51 +0000 (19:25 +0000)]
-fix double-free, clarify API

10 years ago-detect tunnel creation error
Christian Grothoff [Sat, 5 Oct 2013 19:10:09 +0000 (19:10 +0000)]
-detect tunnel creation error

10 years ago-fix mesh tunnel destruction
Christian Grothoff [Sat, 5 Oct 2013 19:09:11 +0000 (19:09 +0000)]
-fix mesh tunnel destruction

10 years ago-fix
Christian Grothoff [Sat, 5 Oct 2013 18:54:43 +0000 (18:54 +0000)]
-fix

10 years ago-disable phone on reconnect
Christian Grothoff [Sat, 5 Oct 2013 18:53:26 +0000 (18:53 +0000)]
-disable phone on reconnect

10 years ago-update to reflect mesh API change
Christian Grothoff [Sat, 5 Oct 2013 18:49:55 +0000 (18:49 +0000)]
-update to reflect mesh API change

10 years ago-fix getting peer identity via mesh_get_info
Christian Grothoff [Sat, 5 Oct 2013 18:49:24 +0000 (18:49 +0000)]
-fix getting peer identity via mesh_get_info

10 years ago-fix double frees
Christian Grothoff [Sat, 5 Oct 2013 18:38:41 +0000 (18:38 +0000)]
-fix double frees

10 years ago-fix message type
Christian Grothoff [Sat, 5 Oct 2013 18:17:37 +0000 (18:17 +0000)]
-fix message type

10 years ago-fix message type
Christian Grothoff [Sat, 5 Oct 2013 18:02:27 +0000 (18:02 +0000)]
-fix message type

10 years ago-misc minor bugfixes
Christian Grothoff [Sat, 5 Oct 2013 17:59:22 +0000 (17:59 +0000)]
-misc minor bugfixes

10 years ago-fix double free
Christian Grothoff [Sat, 5 Oct 2013 17:52:28 +0000 (17:52 +0000)]
-fix double free

10 years ago-logging, autostart
Christian Grothoff [Sat, 5 Oct 2013 17:47:51 +0000 (17:47 +0000)]
-logging, autostart

10 years ago-add newline
Christian Grothoff [Sat, 5 Oct 2013 17:44:37 +0000 (17:44 +0000)]
-add newline

10 years ago-fix ftbfs
Christian Grothoff [Sat, 5 Oct 2013 15:42:13 +0000 (15:42 +0000)]
-fix ftbfs

10 years ago-enable printing and parsing of conversation's PHONE records
Christian Grothoff [Sat, 5 Oct 2013 15:40:55 +0000 (15:40 +0000)]
-enable printing and parsing of conversation's PHONE records

10 years ago-enable address printing
Christian Grothoff [Sat, 5 Oct 2013 13:20:56 +0000 (13:20 +0000)]
-enable address printing

10 years ago-removing old legacy conversation API
Christian Grothoff [Sat, 5 Oct 2013 13:13:29 +0000 (13:13 +0000)]
-removing old legacy conversation API

10 years ago-rename fest: new to default
Christian Grothoff [Sat, 5 Oct 2013 13:10:53 +0000 (13:10 +0000)]
-rename fest: new to default

10 years ago-fixes to build system, integrating conversation in non-experimental builds
Christian Grothoff [Sat, 5 Oct 2013 13:08:47 +0000 (13:08 +0000)]
-fixes to build system, integrating conversation in non-experimental builds

10 years ago-removing references to dead manpage/binary
Christian Grothoff [Sat, 5 Oct 2013 13:00:37 +0000 (13:00 +0000)]
-removing references to dead manpage/binary

10 years ago-man page for gnunet-conversation
Christian Grothoff [Sat, 5 Oct 2013 12:59:16 +0000 (12:59 +0000)]
-man page for gnunet-conversation

10 years ago-cleaning up command-line tool
Christian Grothoff [Sat, 5 Oct 2013 12:52:48 +0000 (12:52 +0000)]
-cleaning up command-line tool

10 years ago-doxygen/indentation
Christian Grothoff [Fri, 4 Oct 2013 23:12:06 +0000 (23:12 +0000)]
-doxygen/indentation

10 years ago-misc minor fixes
Christian Grothoff [Fri, 4 Oct 2013 23:11:32 +0000 (23:11 +0000)]
-misc minor fixes

10 years ago-updated conversation command line tool
Christian Grothoff [Fri, 4 Oct 2013 22:47:09 +0000 (22:47 +0000)]
-updated conversation command line tool

10 years ago-cloning gnunet-conversation.c
Christian Grothoff [Fri, 4 Oct 2013 18:44:53 +0000 (18:44 +0000)]
-cloning gnunet-conversation.c

10 years ago-finish first draft of conversation service
Christian Grothoff [Fri, 4 Oct 2013 18:42:26 +0000 (18:42 +0000)]
-finish first draft of conversation service

10 years ago-handle audio in mesh
Christian Grothoff [Fri, 4 Oct 2013 18:28:06 +0000 (18:28 +0000)]
-handle audio in mesh

10 years ago-more control logic
Christian Grothoff [Fri, 4 Oct 2013 18:12:01 +0000 (18:12 +0000)]
-more control logic

10 years ago-transmit hangup
Christian Grothoff [Fri, 4 Oct 2013 16:42:45 +0000 (16:42 +0000)]
-transmit hangup

10 years ago-sending RING signal
Christian Grothoff [Fri, 4 Oct 2013 16:22:28 +0000 (16:22 +0000)]
-sending RING signal

10 years ago-indentation improvements
Christian Grothoff [Fri, 4 Oct 2013 16:22:11 +0000 (16:22 +0000)]
-indentation improvements

10 years agoats_ril: -some comments removed
Fabian Oehlmann [Fri, 4 Oct 2013 16:04:46 +0000 (16:04 +0000)]
ats_ril: -some comments removed

10 years ago- sync
Bart Polot [Fri, 4 Oct 2013 15:08:12 +0000 (15:08 +0000)]
- sync

10 years agomore work on multipart support
Christian Fuchs [Fri, 4 Oct 2013 14:41:54 +0000 (14:41 +0000)]
more work on multipart support

10 years agoadded first part of multipart-message support to SP
Christian Fuchs [Fri, 4 Oct 2013 14:20:04 +0000 (14:20 +0000)]
added first part of multipart-message support to SP
extended and renamed properties in existing structs and message formats for multipart support
fixed a memory leak

10 years ago-sync before server reboot, work on conversation service
Christian Grothoff [Fri, 4 Oct 2013 10:58:58 +0000 (10:58 +0000)]
-sync before server reboot, work on conversation service

10 years ago- sync
Bart Polot [Fri, 4 Oct 2013 09:13:35 +0000 (09:13 +0000)]
- sync