summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-22p2p: Fall back to blocking sockets if the async connection failsSamuel Ortiz1-0/+85
2013-05-22p2p: Non blocking client socketSamuel Ortiz2-15/+103
2013-05-21p2p: Set connection timeoutSamuel Ortiz1-0/+12
2013-05-21nfctool: sniffer: Set the time string first character to 0Samuel Ortiz1-0/+2
2013-05-21nfctool: Power up the device when start pollThierry Escande1-0/+3
2013-05-21nfctool: Add command line options to power up or down a deviceThierry Escande4-1/+78
2013-05-08gdbus: Fix using NULL DBusPendingCall when disconnected from D-BusAnderson Lizardo1-0/+5
2013-05-08gdbus: Fix segfault when D-Bus daemon exitsAnderson Lizardo1-0/+2
2013-05-03gdbus: Fix calling GetManagedObjects twice in a rowLuiz Augusto von Dentz1-7/+18
2013-05-03nfctool: sniffer: Add NDEF decoding supportThierry Escande5-6/+232
2013-05-03nfctool: sniffer: Reduce hexa dump line widthThierry Escande1-5/+19
2013-05-03nfctool: sniffer: Add a snep_printf_errorThierry Escande1-4/+7
2013-05-02nfctool: sniffer: Fix over 80 chars macroSamuel Ortiz1-3/+4
2013-05-02nftool: sniffer: Remove new line from snep_printf_msg callsSamuel Ortiz2-10/+10
2013-05-02nfctool: sniffer: Color LLCP dumpsSamuel Ortiz3-47/+73
2013-05-02nfctool: sniffer: Simplify print_pdu routineSamuel Ortiz1-9/+8
2013-05-02nfctool: Initial color supportSamuel Ortiz5-19/+144
2013-05-02nfctool: sniffer: Change the sniffer hexdump prototypeSamuel Ortiz4-14/+14
2013-05-02nfctool: sniffer: Fix SNEP output stringSamuel Ortiz1-1/+1
2013-05-02nfctool: sniffer: Add SNEP decodingThierry Escande7-3/+435
2013-05-02nfctool: sniffer: ssap and dsap were displayed switchedThierry Escande2-5/+11
2013-05-02nfctool: sniffer: Group sniffed packet info into the same structThierry Escande2-86/+98
2013-05-02nfctool: Fix a memory leakThierry Escande1-1/+1
2013-04-29nfctyp3: Set cookie cb to NULL when read succeedsArron Wang1-1/+1
2013-04-29bluetooth: Get name value from right message iteratorArron Wang1-1/+1
2013-04-17Release 0.110.11Samuel Ortiz2-1/+11
2013-04-15unit: Fix broken SNEP read unit testOlivier Guiter1-2/+2
2013-04-11nfctool: Correct unsigned int comparisonThierry Escande1-1/+1
2013-04-11nfctool: Make good use of snap_len optionThierry Escande1-2/+14
2013-04-11nfctool: Set sniffer buffer large enough to handle MAX_MIU bytes framesThierry Escande1-6/+3
2013-04-11main.conf: Add DefaultPowered configurationSamuel Ortiz4-0/+27
2013-04-08gdbus: Use gcc builtin instead of g_atomicLucas De Marchi1-6/+6
2013-04-08gdbus: Fix not calling property_changed callbackLuiz Augusto von Dentz1-13/+10
2013-04-05llcp: Validation test serverOlivier Guiter4-0/+340
2013-04-05p2p: Add support for connection less bindingOlivier Guiter6-12/+37
2013-04-05unit: Add WSC NDEF build test caseRavi kumar Veeramally1-0/+54
2013-04-05ndef: Add api to prepare mime type wsc recordRavi kumar Veeramally2-13/+18
2013-04-05ndef: Remove unnecessary debug statementRavi kumar Veeramally1-3/+0
2013-04-05nfc_copy: Update with new socket optionsSamuel Ortiz1-2/+6
2013-04-04unit: Support for SNEP REJECT requestMarcin Malagowski2-7/+21
2013-04-04unit: Fixed cleaning SNEP fragmentsMarcin Malagowski1-13/+5
2013-04-04test: Add test script to write mime type on tagRavi kumar Veeramally1-0/+23
2013-04-04ndef: Add support to build wifi_wsc mime type ndef recordRavi kumar Veeramally2-0/+171
2013-03-28nfctool: Print length of buffer before its hexadecimal dumpThierry Escande3-4/+12
2013-03-28nfctool: Fix some integer sizes and signednessThierry Escande3-12/+12
2013-03-28nfctool: Fix aggregated frame supportThierry Escande1-13/+48
2013-03-28ndef: Remove not used Doxygen annotationsSzymon Janc1-174/+11
2013-03-28ndef: Remove bogus text from near_ndef_parse_msg commentSzymon Janc1-2/+0
2013-03-28ndef: Use sizeof instead of strlen to get BT_MIME_STRING_2_0 lenSzymon Janc1-1/+1
2013-03-28ndef: Fix some typos in comments and debug messagesSzymon Janc1-7/+7