-
Notifications
You must be signed in to change notification settings - Fork 424
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
Changes from Iotivity for draft-ietf-core-coap-tcp-tls and cross-platform support #47
Open
dthaler
wants to merge
49
commits into
obgm:develop
Choose a base branch
from
dthaler:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
1b3818d
Patches from IoTivity
dthaler c1bda6e
Patches from IoTivity
dthaler 673a575
Merge branch 'develop' of https://github.com/dthaler/libcoap into dev…
dthaler c11591d
Merge branch 'develop' of https://github.com/dthaler/libcoap into dev…
dthaler 0e35a2f
Merge branch 'develop' of https://github.com/dthaler/libcoap into dev…
dthaler 40a6d09
Merge branch 'develop' of https://github.com/dthaler/libcoap into dev…
dthaler c044245
Merge branch 'develop' of https://github.com/dthaler/libcoap into dev…
dthaler 62c0186
More work on merging IoTivity patches
dthaler fd5c9ec
More work on merging IoTivity patches
dthaler 72c7ce6
Merge branch 'develop' of https://github.com/dthaler/libcoap into dev…
dthaler 42aedb2
Fix merge bug
dthaler 65e7398
Windows-specific fix
dthaler e43531b
Port tests to windows
dthaler 749514f
Fix for x86 Windows
dthaler 9feaa9e
Fix release build error
dthaler 9373a4c
Linux compilation fix
dthaler 0012bae
Merge remote-tracking branch 'upstream/develop' into develop
dthaler fa987b4
Fixes from merging
dthaler d03c8a0
Addressed feedback from tijuca, don't use negative logic in ifdefs
dthaler ccc0f01
Fix typo
dthaler ee5123d
Merge pull request #1 from dthaler/develop
PawelWMS 092d7e2
Fixing C4018 warnings for x86 builds.
PawelWMS a455214
Merge pull request #2 from PawelWMS/develop
dthaler bc69a9f
Fix travis issues
dthaler 4d3805f
Merge branch 'develop' of https://github.com/dthaler/libcoap into dev…
dthaler 2238ebb
Fix more travis issues
dthaler c38dc95
Fix more travis issues
dthaler 7d34f47
Merge branch 'develop' of https://github.com/dthaler/libcoap into dev…
dthaler 8c39fe4
Fix more travis issues
dthaler 62c6792
Fix more travis issues
dthaler 39fabf2
Merge branch 'develop' of https://github.com/dthaler/libcoap into dev…
dthaler d0ed3e8
Merge branch 'develop' of https://github.com/dthaler/libcoap into dev…
dthaler 60a0af0
Merge branch 'develop' of https://github.com/dthaler/libcoap into dev…
dthaler 40a2641
Fix pdu length truncation
danmihai1 a8b1149
Merge pull request #4 from danmihai1/develop
dthaler f21c7fb
Merge remote-tracking branch 'upstream/develop' into develop
dthaler 358bd58
Merge remote-tracking branch 'upstream/develop' into develop
dthaler d54f001
Fixing libcoap W4 warnings.
PawelWMS 9f1d956
Bracket fixes.
PawelWMS 577804c
Merge pull request #5 from PawelWMS/origin_W4_fix
dthaler 2f6ff0c
Added CoAP over WebSocket support.
SenthilKumarGS f4d20bc
Merge pull request #6 from SenthilKumarGS/develop
dthaler 5f2d238
Update pdu.c
Koushik4082 5dc2fdc
Update pdu.c
Koushik4082 7164418
Merge pull request #1 from Koushik4082/Koushik4082-patch-1
Koushik4082 bd60461
Update pdu.h
Koushik4082 fa8b2b9
Merge pull request #7 from Koushik4082/develop
dthaler b497109
Fix for where WITH_TCP is defined, WITH_WS is not.
mwichmann 5a16b17
Merge pull request #8 from mwichmann/ws-fix
dthaler File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't use negative logic here and let that check as it is, it's hard to figure out for some not well knowledge people what !WITH_LWIP means!