Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wojtek's changes #2

Open
wants to merge 74 commits into
base: fbo
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
cd31e48
Add st-node specific definitions to address.h
mwasilak May 8, 2014
aea9021
Move file net.h to subdirectory to avoid conflict with st-node
mwasilak May 8, 2014
77ae198
Add st-node specific definitions to coap_time.h
mwasilak May 8, 2014
f039099
Add .gitignore file
mwasilak May 9, 2014
ac7de45
Add st-node specific definitions to net.c
mwasilak May 9, 2014
e261351
Add st-node specific changes to resource.c
mwasilak May 9, 2014
2939a66
Add libcoap.mk makefile
mwasilak May 9, 2014
7848c20
Modify coap context structure for st-node
mwasilak May 11, 2014
8fe3bb0
Add st-node code to coap_free_context function
mwasilak May 12, 2014
80513cb
Add preliminary config.h file for libcoap
mwasilak Jun 1, 2014
7810f01
Rename libcoap debug ENUMs (temporary fix)
mwasilak Jun 1, 2014
d36e0f3
Modify coap_new_context for st-node
mwasilak Jun 1, 2014
49692e5
Change coap_pdu_init for st-node
mwasilak Jun 1, 2014
5c5374a
Modify coap_add_token for st-node
mwasilak Jun 1, 2014
6c840a3
Modify coap_add_data for st-node
mwasilak Jun 1, 2014
187346c
Add functions to encode options to mbuf
mwasilak Jun 1, 2014
082bcdf
Modify coap_add_option to use new encode functions
mwasilak Jun 1, 2014
d4c02dc
Add coap_pdu_from_mbuf function
mwasilak Jun 1, 2014
535660c
Modify coap_read for st-node
mwasilak Jun 1, 2014
a2b696d
Add coap_send_impl for st-node
mwasilak Jun 1, 2014
fcc34ce
Add resource functions for st-node (remove warnings)
mwasilak Jun 1, 2014
96ec225
Fix bug for coap_add_option_later
mwasilak Jun 1, 2014
801b89f
Change debug system to use st-node output and settings
mwasilak Jun 10, 2014
4221ed8
Change coap_read function to allow timeouts
mwasilak Jun 10, 2014
6466775
Fix bug with improper mbuf length setting.
mwasilak Jun 10, 2014
9e2f1df
Fix bug with not freeing coap_pdu_t structure on delete
mwasilak Jun 10, 2014
a72d7dd
Modify context, send and read to support new st-node network functions
mwasilak Jun 14, 2014
fdf67bb
Add socket bind to coap_new_context
mwasilak Jun 16, 2014
e349ced
Fix bugs in debug system (use st-node logging)
mwasilak Jun 19, 2014
b398e96
Modify print_wellknown to work with mbuf
mwasilak Jun 19, 2014
2130f6d
Change debug functions in net.c
mwasilak Jun 19, 2014
6d890b3
Moved back changes from ext/libcoap
Aug 5, 2014
38d3dfe
Backported mem.h and mem.c from master. Added basic memory mgmt for s…
Aug 5, 2014
c3c4204
Refactored memory mgmt in resource.c
Aug 5, 2014
012b171
Added functions for setting/getting custom data in a resource
Aug 5, 2014
ba6934a
Updated makefile
Aug 5, 2014
8d82e0c
Removed libcoap/net.h
Aug 5, 2014
c14e7ce
Copy files for static resource allocation from st-node rest
mwasilak Aug 13, 2014
cd43854
Modify static resources
mwasilak Aug 17, 2014
7c04728
Move static resource handlers from libcoap to teo
mwasilak Aug 18, 2014
d1a1fd1
Change resource finder to teo_get_resource_from_uri
mwasilak Aug 24, 2014
672b0ce
Change message sizes to more appropriate for GSM links
mwasilak Aug 24, 2014
ba9e6ed
Modify pool size to account for uri and (optional) pdata
mwasilak Sep 6, 2014
b0d3b89
Fix bug related to Teo resource size (no space for URI and pdata)
mwasilak Sep 7, 2014
53c6d42
Remove static keywords from functions to enable teo version of dispatch
mwasilak Sep 12, 2014
a362584
Add function declarations and msgpack content type
mwasilak Sep 13, 2014
dd65cad
Add payload offset field to PDU
mwasilak Mar 1, 2015
134f50b
Changed project structure to reflect changes in develop branch
Mar 26, 2015
742ae02
Merged examples folder
Mar 26, 2015
36df527
Merge branch 'develop' into st-node-teo
Mar 26, 2015
3136b32
Added eclipse project files to ignore
Mar 26, 2015
c1f250e
Fixes after libcoap/develop merge
Mar 26, 2015
dc662bd
Unified net API
Apr 3, 2015
c9907d6
Changes to coap context creation/destruction
Apr 3, 2015
d1fbc5e
Modifed debug functions to include file and line
Apr 9, 2015
648b577
Make a few functions public
Apr 9, 2015
e875572
Added eclipse .settings folder to git ignore
Apr 9, 2015
fe72789
Don't change URI in coap_split_query()
Apr 15, 2015
655f0a8
Free pdu mbuf only if not NULL
Apr 15, 2015
08f331c
Added coap_has_data()
Apr 15, 2015
f6485bd
Merge remote-tracking branch 'origin/develop' into st-node-teo-merge
Apr 15, 2015
c0c3a4b
spike
Jun 3, 2015
744515b
Merge remote-tracking branch 'origin/develop' into st-node-teo-merge
Jun 3, 2015
607829a
Platform refactoring
Jul 3, 2015
a280c03
Merge remote-tracking branch 'origin/develop' into st-node-teo-merge
Jul 8, 2015
53a5004
Platforms refactoring
Jul 8, 2015
f2fdcf6
New client
Jul 8, 2015
568c49c
Platforms refactoring
Jul 8, 2015
e0bfe33
Before rename
Sep 14, 2015
42609a9
Renamed files to match fbo branch
Sep 14, 2015
d30a86f
guerilla merging
Sep 14, 2015
93d0d50
Applied builds.patch
Sep 15, 2015
60c613a
Fixed multiline make (?)
Sep 15, 2015
6d18483
Fixed example/client
Sep 15, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ src/.dirstamp
src/.libs/
src/*.o
src/*.lo
src/*.lst
platform/**/.deps/
platform/**/.dirstamp
platform/**/.libs/
Expand Down
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ EXTRA_DIST = \

# FIXME Only add for posix
AM_CFLAGS = -I @top_builddir@/include/coap/ \
-I @top_builddir@/platform/@PLATFORM@/
$(WARNING_CFLAGS) -std=c99
-I @top_builddir@/platform/@PLATFORM@/ \
$(WARNING_CFLAGS) -std=c99

# FIXME Only add for posix
SUBDIRS = . platform/posix/libev $(DOC_DIR) tests examples
Expand Down Expand Up @@ -59,7 +59,7 @@ libcoap_@LIBCOAP_API_VERSION@_la_SOURCES = \
src/block.c \
src/coap_io.c \
src/coap_context.c \
src/debug.c \
src/coap_debug.c \
src/encode.c \
src/hashkey.c \
src/mem.c \
Expand Down
61 changes: 0 additions & 61 deletions TODO

This file was deleted.

Loading