Myk Melez
|
1349a976ac
|
remove unused CryptoJS SHA1 impl
|
2014-09-02 09:46:16 -07:00 |
Myk Melez
|
6078dcd115
|
replace CryptoJS SHA-1 hasher with Rusha
|
2014-09-02 09:05:26 -07:00 |
Myk Melez
|
a73db01667
|
initial impl of RSA.modExp
|
2014-08-28 16:52:54 -07:00 |
Donovan Preston
|
bc464848ce
|
Implement md5
|
2014-08-28 14:05:04 -04:00 |
Myk Melez
|
908f27e8ff
|
Merge branch 'test_sha' of github.com:marco-c/j2me.js into marco-c-test_sha
Conflicts:
tests/automation.js
|
2014-08-27 16:52:13 -07:00 |
Myk Melez
|
62036bb937
|
use the non-minified CryptoJS code
|
2014-08-27 13:21:56 -07:00 |
Myk Melez
|
2cf204e5e7
|
implement SHA1 hasher
|
2014-08-27 13:07:37 -07:00 |
Marco Castelluccio
|
88e2782e55
|
Merge branch 'master' of https://github.com/andreasgal/j2me.js into implement_randomaccessstream
Conflicts:
tests/automation.js
|
2014-08-26 09:30:11 -07:00 |
Marco Castelluccio
|
c3a292b024
|
Make RandomAccessStream::sizeOf throw an exception if the file isn't open
|
2014-08-25 14:52:54 -07:00 |
Marco Castelluccio
|
4dd4465180
|
Add method to the fs library to get the size of an opened file
|
2014-08-25 14:49:01 -07:00 |
Marco Castelluccio
|
cc86446a8f
|
Return empty buffer in case of out of bounds access
|
2014-08-25 12:39:28 -07:00 |
Marco Castelluccio
|
3f65ff0957
|
Add fs.rename, add some FileConnection natives, add fs.rename tests
|
2014-08-14 17:41:38 -07:00 |
Marco Castelluccio
|
6b79454835
|
Looks like com.nokia.mid.networkID has to be a 3 character number followed by a 4 character number
|
2014-08-12 11:11:52 -07:00 |
Myk Melez
|
21076452b6
|
basic RecordStoreFile natives tests; bug fixes to pass them; and a truncateFile impl
|
2014-08-10 18:20:09 -07:00 |
Andreas Gal
|
cd04915fff
|
Merge.
|
2014-08-08 18:43:05 -07:00 |
Myk Melez
|
2ee574732b
|
fix slash coalescence; normalize path in now-public dirname function
|
2014-08-08 16:51:45 -07:00 |
Myk Melez
|
7eca4c63e9
|
don't change from if it's explicitly 0
|
2014-08-08 16:24:04 -07:00 |
Marco Castelluccio
|
7a5da5f1f1
|
Add mobileInfo library to get informations about mobile connections using the mozMobileConnections API
|
2014-08-08 16:17:00 -07:00 |
Myk Melez
|
a92256266d
|
don't reset from if it's 0; do set position after reading bytes
|
2014-08-08 16:14:50 -07:00 |
Myk Melez
|
ca9ad28b56
|
don't create an entry in openedFiles if it doesn't already exist
|
2014-08-08 15:40:55 -07:00 |
Myk Melez
|
a427a865c2
|
implement RecordStoreFile.setPosition and .readBytes
|
2014-08-08 15:31:11 -07:00 |
Myk Melez
|
b8ee148e0f
|
don't break open file descriptors when closing a file
|
2014-08-08 14:44:28 -07:00 |
Myk Melez
|
654caf0892
|
implement RecordStoreFile.writeBytes
|
2014-08-08 14:24:36 -07:00 |
Myk Melez
|
5eebfa2b69
|
implement RecordStoreFile.openRecordStoreFile
|
2014-08-08 14:04:35 -07:00 |
Andreas Gal
|
bbe28289ee
|
move long.js into libs
|
2014-08-05 22:40:46 -07:00 |
Andreas Gal
|
117e7bee25
|
move encoding.js into libs
|
2014-08-05 22:36:03 -07:00 |
Marco Castelluccio
|
f59f18eb60
|
Fixed review comments
|
2014-08-05 17:40:13 -07:00 |
Marco Castelluccio
|
7410fdf138
|
Merge branch 'master' of https://github.com/andreasgal/j2me.js into other_fileconnection_natives
Conflicts:
native.js
|
2014-08-05 15:57:17 -07:00 |
Marco Castelluccio
|
8e6f8e7d8d
|
Switch read and write from using blobs to typedarrays
|
2014-08-05 15:53:54 -07:00 |
Andreas Gal
|
f7ecaeee0d
|
move zipfile.js into libs
|
2014-08-05 15:28:15 -07:00 |
Marco Castelluccio
|
8d08f25e05
|
Add other natives
|
2014-08-05 14:44:45 -07:00 |
Marco Castelluccio
|
bb77501fe8
|
Implement other natives
|
2014-08-05 09:40:32 -07:00 |
Marco Castelluccio
|
920168385a
|
Split fs.js into fs.js and async_storage.js
|
2014-08-04 13:37:10 -07:00 |
Marco Castelluccio
|
f9ec7b6203
|
Simple library to support FS operations
|
2014-08-04 13:17:25 -07:00 |