Update .travis.yml
binaries
Update .travis.yml
prepare for v1.0.0
update compile symbol in test project
NuGet spec
Merge branch 'master' of github.com:smeshlink/C...
Update .travis.yml
Update .travis.yml
update compile symbol in test project
Add NuGet spec
redefine compile symbols
change AckTimeoutScale to double
update Common.Logging to v3.0.0
rename ExchangeLifecycle to ExchangeLifetime
Merge pull request #14 from martindevans/master
Canceled => Cancelled
add obsolete messages
complete exchange when observe relation is canc...
separate CoAP.Proxy project
uncomment MemoryLeakingHashMapTest
null check in CoAPClient.Discover()
Linked Observe re-registration to original requ...
upgrade to RFC7252
proberly remove NON notifications in Matcher
fix the URI-Reference paring in the Link Format...
rename IExchangeForwarder to IOutbox
readme
fixed matcher clean up for supersedure notifica...
add test to verify if an endpoint properly empt...
move CoapObserveRelation to a separate file
fixed duplicate observe relations
modify unknown media representation in MediaType
acks responses if they are duplicate
debug info
add Version property to ICoapConfig
remove useless compile symbols in examples
fixed missing RST on unmatchable responses
Made three things public. This allows me to tra...
Merge branch 'master' of github.com:smeshlink/C...
add Size1/Size2 in Message
add possible response codes for requests to the...
do not insert ACK/RSTs in Matcher while sending...
allow random block request, fix #13
The BlockwiseLayer now keeps the same token for...
ignore NuGet packages
remove unused field orderer in ObserveRelation
add method to copy event handler between messages
comments
clean up media types and option types
add executor to layers to run async tasks
sort resources and attributes in link format
store outgoing endpoint in observe relation
prefix state propeties in Message with "Is"
update options in RFC 7252
fix wrong link format serialization
addes shortcut methods of IServer.AddEndPoint
fixes #11 change to IPv4 socket if IPv6 is not ...
incorrectly formatted comment
fixes 2 non passing tests caused by different o...
fixes #10 incorrect MapToIPv4 implementation
include data\image\* in server example
only begin receiving on the current received so...
only notify config change when it is really cha...
output bin for .NET 2.0 into NET20/
prepares binaries for v0.18 & v0.13.4
enable load/store configuration from/into a con...
deduplicator factory
remove unused property Response.Request
diff assembly title with draft version
fixes #9 ignore ICMP Port Unreachable to avoid ...
add travis.yml
diff assembly title with draft version
release note for v0.13.4
only begin receiving on the current socket in U...
refs #9 ignore ICMP Port Unreachable to avoid S...
prepare binaries for 0.13.4
fix incorrect KeyUri.Equals that fails Blockwis...
fix solution files
add Resource.Title for convenience
Move examples into folder CoAP.Example
reorg projects
add travis.yml
proxy related
Update README.md
rename file CoAPEndpoint to CoAPEndPoint
update test projects from travis
Update .travis.yml
proxy related
keep Request.Execute() for compatibility
null check
remove unused vars
catch all exceptions during decoding