Commit Graph

  • 91afb65 Makefile: add license by Maciek Borzecki 2015-01-18 19:37:47 +0100
  • 030d053 Makefile: git-source-dist for preparing source dist by Maciek Borzecki 2015-01-18 19:35:49 +0100
  • 1ac30ff mconnect.desktop: update desktop file by Maciek Borzecki 2015-01-18 19:24:51 +0100
  • ee2a2a9 notification: check errors in showing notification by Maciek Borzecki 2015-01-18 19:12:03 +0100
  • 36bb41d telephony: check errors in showing notification by Maciek Borzecki 2015-01-18 19:11:44 +0100
  • ff855cf devicechannel: check for decryption errors by Maciek Borzecki 2015-01-18 19:11:31 +0100
  • 8b0ea83 devicechannel: remove unneeded try/catch by Maciek Borzecki 2015-01-18 19:11:00 +0100
  • f59bd1f devicechannel: check errors when closing by Maciek Borzecki 2015-01-18 19:10:41 +0100
  • 585ef84 telephony: make string array const to avoid C warning by Maciek Borzecki 2015-01-18 18:57:30 +0100
  • 37665da device: explicitly call begin on async methods by Maciek Borzecki 2015-01-18 18:56:14 +0100
  • dd1bc95 devicechannel: explicitly call begin on async methods by Maciek Borzecki 2015-01-18 18:56:01 +0100
  • 52c6266 main: logging enabled from command line by Maciek Borzecki 2015-01-18 18:53:04 +0100
  • 8f97a0c core: keep porgram data in user data dir by Maciek Borzecki 2015-01-18 18:52:27 +0100
  • 146bf24 device: use local host and user names in identity by Maciek Borzecki 2015-01-18 18:27:01 +0100
  • 6e6bba7 Makefile: generate and install desktop file by Maciek Borzecki 2015-01-18 17:24:49 +0100
  • 915ff8c mconnect.desktop: desktop file by Maciek Borzecki 2015-01-18 17:24:35 +0100
  • 6aa46d0 discovery: nice logging by Maciek Borzecki 2015-01-18 17:10:47 +0100
  • 76b4d63 packethandlers: add telephony plugin by Maciek Borzecki 2015-01-18 17:10:33 +0100
  • 13fdf78 main: init libnotify by Maciek Borzecki 2015-01-18 17:10:21 +0100
  • d711403 telephony: telephony packet handler by Maciek Borzecki 2015-01-18 17:09:58 +0100
  • 175a9ad configure.ac: add libnotify by Maciek Borzecki 2015-01-18 17:09:41 +0100
  • 9a6bb27 notification: produce a shell notification by Maciek Borzecki 2015-01-18 17:08:15 +0100
  • e30585f battery: log message with info by Maciek Borzecki 2015-01-18 17:07:29 +0100
  • 658914b devicemanager: handlers to use the device when paired is complete by Maciek Borzecki 2015-01-18 15:26:17 +0100
  • 71a94c3 packethandlers: helper to have all handlers use the device by Maciek Borzecki 2015-01-18 15:25:42 +0100
  • a1d63da device: assume already paired when device sends non pair packets by Maciek Borzecki 2015-01-18 15:25:18 +0100
  • 35df13d device: emit message signal by Maciek Borzecki 2015-01-18 14:03:24 +0100
  • 467be1a device: use packet handlers store by Maciek Borzecki 2015-01-18 14:03:11 +0100
  • aa4c648 core: add packet handlers store by Maciek Borzecki 2015-01-18 14:02:52 +0100
  • ada2e1e battery: packet handler for battery packets by Maciek Borzecki 2015-01-18 14:01:59 +0100
  • ec2ca14 notification: packet handler for notifications by Maciek Borzecki 2015-01-18 14:01:50 +0100
  • bd5c869 Makefile: add packet handler and handlers store by Maciek Borzecki 2015-01-18 14:01:20 +0100
  • d17a09e packethandlers: wrapper for a bunch of packet receivers by Maciek Borzecki 2015-01-18 14:00:53 +0100
  • 39f2fb2 packethandlerinterface: interface for packet handlers by Maciek Borzecki 2015-01-18 15:28:31 +0100
  • c3cd71b devicechannel: enable TCP socket keepalive by Maciek Borzecki 2015-01-18 10:40:29 +0100
  • 2564995 device: dummy disconnected channel handler by Maciek Borzecki 2015-01-18 00:22:56 +0100
  • 67bb51c devicechannel: disconnected signal by Maciek Borzecki 2015-01-18 00:22:49 +0100
  • 0270c3b device: pair tracking by Maciek Borzecki 2015-01-18 00:21:24 +0100
  • 00f6606 devicechannel: close channel method by Maciek Borzecki 2015-01-18 00:20:05 +0100
  • 012340e devicechannel: signal received packet after decryption by Maciek Borzecki 2015-01-17 23:30:59 +0100
  • defefaf devicechannel: decrypt packet by Maciek Borzecki 2015-01-17 23:29:18 +0100
  • 361b9a1 devicechannel: receive need not return a packet by Maciek Borzecki 2015-01-17 23:28:29 +0100
  • 43f554a mconn-crypt: packet decryption by Maciek Borzecki 2015-01-17 23:27:17 +0100
  • bd2e59e devicechannel: decrypt encrypted data by Maciek Borzecki 2015-01-17 22:14:45 +0100
  • f6141e3 packet: check for required JSON members by Maciek Borzecki 2015-01-17 22:12:18 +0100
  • baff51b packet: encrypted packet type typo by Maciek Borzecki 2015-01-17 22:11:37 +0100
  • 6f9a812 devicechannel: use explicit types instead of var by Maciek Borzecki 2015-01-17 22:07:05 +0100
  • e5ac11a device: pass crypt instance to device channel by Maciek Borzecki 2015-01-17 22:13:48 +0100
  • f400496 devicechannel: use instance of Crypt by Maciek Borzecki 2015-01-17 16:05:03 +0100
  • 4a78d2a device: pass interfaces as array by Maciek Borzecki 2015-01-17 16:04:43 +0100
  • 0685e75 device: update to DeviceChannel.send taking a Packet by Maciek Borzecki 2015-01-17 16:04:10 +0100
  • 01a7b04 devicechannel: packet_received signal by Maciek Borzecki 2015-01-17 16:03:50 +0100
  • 3c255f6 devicechannel: catch send error by Maciek Borzecki 2015-01-17 15:49:47 +0100
  • f4071f7 devicechannel: catch connect error by Maciek Borzecki 2015-01-17 15:49:12 +0100
  • 039e56a devicechannel: send using instances of Packet by Maciek Borzecki 2015-01-17 15:42:35 +0100
  • a26cdec devicechannel: receive data using DataInputStream by Maciek Borzecki 2015-01-17 15:41:12 +0100
  • fcec6cb Makefile: use gen-introspect to generate vapi by Maciek Borzecki 2015-01-15 22:01:12 +0100
  • 842e0d0 configure.ac: find gen-introspect by Maciek Borzecki 2015-01-15 22:01:02 +0100
  • a1aba2b mconn-crypt-test: use m_conn namespace by Maciek Borzecki 2015-01-15 22:00:47 +0100
  • 83ed4db mconn-crypt: use m_conn namespace by Maciek Borzecki 2015-01-15 21:28:54 +0100
  • 8db2cc9 devicemanager: device activation by Maciek Borzecki 2015-01-15 20:19:21 +0100
  • de0ce72 Makefile: build devicemanager by Maciek Borzecki 2015-01-15 20:19:08 +0100
  • 3bb573f devicechannel: wrapper for device communication channel by Maciek Borzecki 2015-01-15 20:18:27 +0100
  • 17fe66e device: handshake and pair attempt by Maciek Borzecki 2015-01-15 20:17:18 +0100
  • c9edf51 device: generate unique device string by Maciek Borzecki 2015-01-15 20:16:54 +0100
  • daf897b discovery: remove empty line by Maciek Borzecki 2015-01-15 20:15:08 +0100
  • b735a63 mconn-crypt: be explicit about BIO memory dup by Maciek Borzecki 2015-01-15 20:14:32 +0100
  • d90a0bc mconn-crypt: PKCS8 public key by Maciek Borzecki 2015-01-15 20:13:54 +0100
  • 26f3500 mconn-crypt: update annotations by Maciek Borzecki 2015-01-15 20:11:54 +0100
  • 96ed756 mconn-crypt: proper return type for ref function by Maciek Borzecki 2015-01-15 20:11:36 +0100
  • a90a511 packet: add support for building 3 basic packet types by Maciek Borzecki 2015-01-15 20:11:08 +0100
  • 7f84b65 main: create instance of core by Maciek Borzecki 2015-01-15 20:08:49 +0100
  • b4d7015 core: core module tracking configuration etc. by Maciek Borzecki 2015-01-15 20:08:12 +0100
  • 30cc74b Makefile.am: generate vapi by Maciek Borzecki 2015-01-15 20:04:48 +0100
  • a7518fc mconn-crypt: remove hand crafter vapi by Maciek Borzecki 2015-01-15 20:03:24 +0100
  • 13c4a1d mconn-crypt-vala-test: mconn-crypt tests in Vala by Maciek Borzecki 2015-01-13 19:34:51 +0100
  • 0fd2acf mconn-crypt: private key must exist when asking for public PEM by Maciek Borzecki 2015-01-13 19:26:28 +0100
  • 9ca13fc mconn-crypt: logging cleanup by Maciek Borzecki 2015-01-13 19:26:16 +0100
  • 49847f0 mconn-crypt: explicitly release RSA key in dispose by Maciek Borzecki 2015-01-13 19:25:37 +0100
  • cc27c8d mconn-crypt: free RSA key by Maciek Borzecki 2015-01-13 19:25:21 +0100
  • 7b5904e mconn-crypt: release BIO memory by Maciek Borzecki 2015-01-13 19:24:18 +0100
  • cfe3f44 mconn-crypt-test: move to tests directory by Maciek Borzecki 2015-01-13 19:22:50 +0100
  • 263c143 mconn-crypt: hand crafted vapi by Maciek Borzecki 2015-01-12 23:28:31 +0100
  • 4da7c06 mconn-crypt: attempt to make the code more g-o-i friendly by Maciek Borzecki 2015-01-12 23:27:59 +0100
  • 711dd7d mconn-crypt: crypto wrapper by Maciek Borzecki 2015-01-12 22:14:44 +0100
  • dfba569 mconnect: initial version by Maciek Borzecki 2015-01-11 19:17:24 +0100
  • 1419586 Initial commit by Maciej Borzecki 2015-01-18 21:25:55 +0100