Commit Graph

65 Commits

Author SHA1 Message Date
Lailouezzz 3d2a4b143a
Implement the getfreemem primitive 2020-01-05 16:27:36 +01:00
Lailouezzz 25939e015c
Change file path in list.c 2020-01-05 16:24:28 +01:00
Lailouezzz 0211a28a2c
Adding casio_getfreemem in fs callbacks 2020-01-05 16:23:50 +01:00
Lailouezzz 079ea5c4c4
Adding CASIO_OPENMODE_OW (overwrite) 2020-01-05 16:19:52 +01:00
Lailouezzz cdf86924d9
Merge the stream related function in other file 2020-01-05 16:15:32 +01:00
Lailouezzz 3c7bb7a564
Adding add-ins to gitignore 2020-01-05 16:03:51 +01:00
Lailouezzz c4ec2e1790
Patch error handling in dataflow.c 2020-01-05 00:03:14 +01:00
Lailouezzz e616c09c73
Rename size to ssize for ssize_t 2020-01-05 00:03:14 +01:00
Lailouezzz c70e3a0bef
Starting changing error convention for casio_write (untested) 2020-01-05 00:03:02 +01:00
Lailouezzz 7210d28a16
FIX : freeing path nodes and some stuff 2020-01-04 20:45:33 +01:00
Lailouezzz 906176b653
FIX NULL parameter create_path 2020-01-04 15:27:27 +01:00
Lailouezzz 5be67e7ae5
implement -d for get file 2020-01-03 18:58:18 +01:00
Lailouezzz 9ed9f4ec2c
RERECHANGING the error convention for casio_read (later for casio_write) 2020-01-03 17:48:41 +01:00
Lailouezzz adc0714bce
Changing output importlib 2020-01-03 17:48:41 +01:00
Lailouezzz 5c8b8f2616
Small fixies for windows compilation 2020-01-03 17:48:40 +01:00
Lailouezzz 9b7261aae0
small vars fix 2020-01-03 17:48:40 +01:00
Lailouezzz a867dfc296
FIX : STATIC compilation work 2020-01-03 17:48:39 +01:00
Lailouezzz 26c31947e1
TODO : get file into a dir 2020-01-03 17:48:39 +01:00
Lailouezzz c2498de5a1
FIX : p7 list heap corruption + 0o display when dir 2020-01-03 17:48:34 +01:00
Lailouezzz b1fa67b8ab Merge branch 'dev' of Lailouezzz/libcasio into master 2020-01-02 00:02:46 +01:00
Lailouezzz 13d05e6b74
If read size = 0 errno is 0 2020-01-01 23:59:36 +01:00
Lailouezzz d77f24cdda
Delete unused error 2020-01-01 23:56:30 +01:00
Lailouezzz 7c3ba247b9 Merge branch 'master' of Lailouezzz/libcasio into dev
add readme.md
2020-01-01 23:43:28 +01:00
Lailouezzz 842122643b
Small fixies in p7os and changing error convention for stream read (write tomorow) 2020-01-01 23:39:56 +01:00
Lailouezzz 54ec2ce352
Adding osrecover.sh4 (simlo) tools for update the casiowin os 2020-01-01 21:33:15 +01:00
Lailouezzz 9af4f1bd44
No 100% working but get is implemented, casio_read modified (size_t to size_t *) 2020-01-01 21:25:48 +01:00
Lailouezzz 675b66928b Merge branch 'markdown-readme' of Lailouezzz/libcasio into master
Juste add a markdown readme
2019-12-31 12:25:58 +01:00
Lailouezzz d8e10d9a50 More information 2019-12-31 12:25:04 +01:00
Lailouezzz 13f69e55ac h2 for Configuring 2019-12-31 12:22:18 +01:00
Lailouezzz 30ebf96c5e Ajouter 'README.md' 2019-12-31 12:21:32 +01:00
Lailouezzz acda498903
Patch : dynamic alloc bug and implement p7 list for human read 2019-12-31 00:43:01 +01:00
Lailouezzz 06057a578b
Implement list function 2019-12-30 23:33:37 +01:00
Lailouezzz 8afb7e73e3
Update .gitignore 2019-12-30 23:29:56 +01:00
Lailouezzz 9a3c2015b7
Patch : p7os patch end command 2019-12-29 21:56:51 +01:00
Thomas Touhey 8f01bf4eaf
More iterators, corrected a buffer overflow. 2018-05-15 12:50:39 +02:00
Thomas Touhey 1a1d119cb2
Made progress on SCSI communications with the G90 2018-05-14 21:55:17 +02:00
Thomas Touhey fb550a68b6
Corrected the README (and that should be an update for the gitea instance). 2018-05-06 19:14:09 +02:00
Thomas Touhey 1f7ca343cf
Corrected the contributing file (and should update on gitea) 2018-05-06 19:13:05 +02:00
Thomas Touhey 6836e1d542
Added usb bus and device address filtering 2018-05-06 19:08:28 +02:00
Thomas Touhey c3a3b05917
Going on. 2018-05-04 21:19:12 +02:00
Thomas Touhey 31ad4cb0b6
Fixed p7screen. 2018-04-27 15:32:44 +02:00
Thomas Touhey 1b11596319
A few minor things for packaging. 2018-04-25 23:50:40 +02:00
Thomas Touhey fb9fd2ecc2
Made mcsfile part of the default utils, made that it can read several files in one go. 2018-04-25 20:26:40 +02:00
Thomas Touhey ecfc8f31ad
Corrected segfault on --reset usage option. 2018-04-25 19:24:32 +02:00
Thomas Touhey d520bb9685
Fixed installation. 2018-04-25 19:02:58 +02:00
Thomas Touhey aa937aca7b
More corrections. 2018-04-25 04:05:13 +02:00
Thomas Touhey 9f79156be6
Integrated p7utils into this repository. 2018-04-25 02:52:34 +02:00
Thomas Touhey e1705b75d6
Minor corrections of the night. 2018-04-24 04:11:49 +02:00
Thomas Touhey d6c3d39858
Oh yeah, I'm still working on that 2018-04-24 01:28:49 +02:00
Thomas Touhey 6014c57ce0 Still making the docs 2017-09-03 15:30:13 +02:00