index
:
usurpation
ignoreme
master
WiFi-enabled wearable IM pager with telemetry
Gediminas Jakutis
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Screen: changed delta from 2ms to 2s.
Ramūnas Mažeikis
2019-06-08
1
-1
/
+1
*
Screen: stopped using time(). Using millis() instead.
Ramūnas Mažeikis
2019-06-08
2
-2
/
+2
*
Merge branch 'master' of ssh://seriouss.am:5122/var/repos/usurpation
Gediminas Jakutis
2019-06-08
1
-0
/
+1
|
\
|
*
Screen: possibly one line bug fix.
Ramūnas Mažeikis
2019-06-08
1
-0
/
+1
*
|
device: random screen-related fixes.
Gediminas Jakutis
2019-06-08
4
-13
/
+12
|
/
*
refactor server/client discovery to use TLVs.
Gediminas Jakutis
2019-06-07
10
-328
/
+324
*
Merge branch '35-Message-Output'
Gediminas Jakutis
2019-06-04
3
-22
/
+101
|
\
|
*
Protocol: made the thing compile again.
Ramūnas Mažeikis
2019-06-04
2
-7
/
+11
|
*
Protocol: reimplementation of tlv_get according to new spec.
Ramūnas Mažeikis
2019-06-04
2
-18
/
+93
|
*
Protocol: fixed typos and permissions.
Ramūnas Mažeikis
2019-06-02
2
-1
/
+1
|
*
Protocol: fixed a critical bug.
Ramūnas Mažeikis
2019-06-02
1
-1
/
+1
*
|
Merge branch '35-Message-Output'
Gediminas Jakutis
2019-06-01
13
-279
/
+480
|
\
|
|
*
Tweaked function declarations and build files to make it build.
Ramūnas Mažeikis
2019-05-29
5
-11
/
+22
|
*
Removed tlv_private.h from ./src/common/.
Ramūnas Mažeikis
2019-05-29
1
-1
/
+0
|
*
Protocol: now renamed things properly and updated build files.
Ramūnas Mažeikis
2019-05-29
5
-52
/
+6
|
*
Protocol: renamed some files.
Ramūnas Mažeikis
2019-05-29
3
-0
/
+0
|
*
Protocol: new and improved tlv_destroy.
Ramūnas Mažeikis
2019-05-29
1
-2
/
+18
|
*
Protocol: updated tutorial.
Ramūnas Mažeikis
2019-05-29
1
-7
/
+12
|
*
Protocol: more code and a tutorial.
Ramūnas Mažeikis
2019-05-29
2
-117
/
+80
|
*
Screen: very shoddy implementation of message code.
Ramūnas Mažeikis
2019-05-28
3
-3
/
+14
|
*
Device: accidentally broke code by renaming function.
Ramūnas Mažeikis
2019-05-28
1
-14
/
+55
|
*
Protocol: fixed a stupid.
Ramūnas Mažeikis
2019-05-28
1
-5
/
+5
|
*
Protocol: renamed functions to fit the "namespace".
Ramūnas Mažeikis
2019-05-28
2
-10
/
+12
|
*
Protocol: more docs.
Ramūnas Mažeikis
2019-05-28
1
-0
/
+12
|
*
Protocol: new functions and associated docs.
Ramūnas Mažeikis
2019-05-28
2
-6
/
+61
|
*
Screen: adjustments, bug fixes and abstraction.
Ramūnas Mažeikis
2019-05-28
2
-9
/
+22
|
*
Screen: implementation of drawing and trivial docs.
Ramūnas Mažeikis
2019-05-27
3
-6
/
+31
|
*
Screen: More implementation details.
Ramūnas Mažeikis
2019-05-27
2
-25
/
+45
|
*
Device: partial implementation of line scrolling logic.
Ramūnas Mažeikis
2019-05-27
2
-0
/
+74
*
|
Merge branch 'net_improvements'
Gediminas Jakutis
2019-05-29
6
-59
/
+154
|
\
\
|
*
|
daemon: get ready to use messaging interfaces.
Gediminas Jakutis
2019-05-29
5
-35
/
+76
|
*
|
dameon: net: implement sending data.
Gediminas Jakutis
2019-05-27
3
-25
/
+79
*
|
|
device: meson: fix some oversights.
Gediminas Jakutis
2019-05-29
1
-4
/
+7
*
|
|
daemon: improve purple code for better cleanup.
Gediminas Jakutis
2019-05-27
1
-1
/
+6
|
/
/
*
|
fix license headers in the headers.
Gediminas Jakutis
2019-05-27
2
-1
/
+21
*
|
build system: device building improvements.
Gediminas Jakutis
2019-05-27
2
-1
/
+29
|
/
*
Merge branch 'proto_stdio_threads'
Gediminas Jakutis
2019-05-26
4
-0
/
+230
|
\
|
*
daemon: improve threading logic on null proto.
Gediminas Jakutis
2019-05-26
3
-42
/
+78
|
*
daemon: fixed some dumb mistakes
Paulius Ratkevičius
2019-05-21
2
-0
/
+4
|
*
daemon: implemented stdio interfaces
Paulius Ratkevičius
2019-05-21
3
-5
/
+55
|
*
daemon: added stdio (null) im proto stubs.
Gediminas Jakutis
2019-05-21
4
-0
/
+140
*
|
Merge branch '31-Net-Protocol-Handling'
Gediminas Jakutis
2019-05-26
15
-71
/
+581
|
\
\
|
*
|
common: cosmetic changes.
Gediminas Jakutis
2019-05-26
6
-13
/
+57
|
*
|
Protocol: updated get_tlv and more docs.
Ramūnas Mažeikis
2019-05-22
2
-0
/
+13
|
*
|
Protocol: fixed a off-by-one error when copying a string.
Ramūnas Mažeikis
2019-05-22
1
-1
/
+1
|
*
|
Protocol: updated docs for functions that survived redesign.
Ramūnas Mažeikis
2019-05-22
2
-0
/
+18
|
*
|
Protocol: finished reimplementation.
Ramūnas Mažeikis
2019-05-22
1
-1
/
+9
|
*
|
Protocol: reimplemented push_bytes and push_tlv_header.
Ramūnas Mažeikis
2019-05-22
2
-5
/
+24
|
*
|
Protocol: reimplemented get_tlv and added tlv_data_size.
Ramūnas Mažeikis
2019-05-22
2
-8
/
+34
|
*
|
Protocol: tossed a bunch of function out the window.
Ramūnas Mažeikis
2019-05-22
3
-52
/
+3
[next]