Matthew Kennedy
8fd9842310
cleanup extern mess ( #1237 )
...
* cleanup
* move outside define
2020-03-29 19:06:03 -04:00
Matthew Kennedy
2c809e4475
Remove old monitoring timestamps ( #1217 )
...
* remove monitoring timestamps
* adv map
* fuel calc
* map avg
* printing
* spark logic
* hip 9011
* new traces
* s
* missed a few
2020-03-24 20:19:19 -04:00
Matthew Kennedy
4740f525ee
save some ram ( #1211 )
...
* remove dead stuff
* why store those pointers twice?
2020-03-22 19:06:29 -04:00
rusefi
16930da2d3
hard-coding miata Nb2 VVT Ratio magic
2020-03-09 16:59:19 -04:00
Matthew Kennedy
9f26e6d894
fix icu trigger polarity ( #1177 )
...
* fix polarity
* fix confusing names
2020-03-08 08:57:21 -04:00
rusefi
e9a3b218c4
miata vvt trigger decoding is broken #1145
2020-02-14 13:02:27 -05:00
rusefi
f6e7e8871a
VVT refactoring & assertions for VVT test
2020-01-31 01:49:10 -05:00
rusefi
b6fe6555e0
lovely tiny bug which mostly affects NB2 with an impossible one tooth crank trigger wheel
2020-01-30 01:47:34 -05:00
rusefi
cf087218c9
micro refactoring
2020-01-30 01:20:41 -05:00
rusefi
d9b96fe509
extracting class & codes clean-up
2020-01-28 00:16:33 -05:00
rusefi
241d491625
trigger refactoring
2020-01-26 12:02:54 -05:00
rusefi
db2ab72d12
refactoring trigger
2020-01-26 03:33:45 -05:00
rusefi
0f23faba28
trigger refactoring
2020-01-25 02:00:33 -05:00
rusefi
aabc50e7a9
refactoring trigger
2020-01-24 13:42:09 -05:00
Matthew Kennedy
ba0c48e0ac
use NT_PER_SECOND instead of convert from microseconds ( #1107 )
...
* add NT_PER_SECOND
* missed a few
* inject tooth logger timestamp
* inject
2020-01-19 22:23:41 -05:00
Matthew Kennedy
a6a1335adb
Require tooth reference time for scheduleByAngle ( #1091 )
...
* injection
* injectors
* add edge timestamp to ShaftPositionListener
* scheduleByAngle require edgeTimestamp
* schedule with nt not us
* oops, these were missing from this branch
2020-01-09 23:45:13 +03:00
Matthew Kennedy
851c6041b1
Inject timestamps in to hwHandleShaftSignal ( #1090 )
...
* injection
* injectors
2020-01-09 21:19:11 +03:00
rusefi
b83a5310be
happy new year
2020-01-08 00:02:40 -05:00
rusefi
537a95a9b4
removing legacy perf code
2019-12-23 21:56:16 -05:00
rusefi
af4f20551b
getting rid of boardConfiguration / binary compatible change
2019-12-11 17:48:55 -05:00
rusefi
c5cfd21a70
just a trivial massive rename: TriggerState > TriggerWaveform
2019-12-08 01:09:39 -05:00
rusefi
d6471a84bc
Refactor Trigger System #635
...
injecting callback via parameters instead of nasty "bool isInitializingTrigger" field
2019-12-06 01:57:11 -05:00
rusefi
717abd6b67
Refactor Trigger System #635
...
injecting callback via parameters via magic and potentially broken field manipulation
2019-12-06 01:05:19 -05:00
Matthew Kennedy
93d24dfc0b
Merge remote-tracking branch 'origin/master' into perf-tracing
2019-11-19 16:28:58 -08:00
rusefi
15a571fb3e
this is not great :(
...
#639
#971
2019-11-11 22:19:35 -05:00
rusefi
42cd78fbd5
Trying latest gcc 9 #1001
2019-11-07 11:28:49 -05:00
rusefi
88348ebd09
refactoring: reducing code duplication
2019-10-21 23:47:40 -04:00
Matthew Kennedy
f52bdecb80
profile all the things
2019-10-13 13:14:08 -07:00
Matthew Kennedy
763b17fb50
experiment
2019-10-11 17:43:21 -07:00
Matthew Kennedy
29804cbc8a
move tsOutputChannels to header ( #970 )
2019-10-08 21:02:51 -04:00
rusEfi
1b8219432c
Live Data for hw VVT signals
2019-09-02 21:02:08 -04:00
rusEfi
c2980a36a9
Live Data VVT counter
2019-09-02 14:47:05 -04:00
rusefi
8a4d3f9896
reducing unit test noise
2019-08-25 01:15:18 -04:00
rusEfi
7a7dbb8c30
refactoring: engine sniffer magic constants
2019-08-18 15:04:02 -04:00
rusefi
539cd8b1c7
current toolchain does not work great with current rusEfi code, two methods with same name are hard for full text search :(
2019-08-08 22:33:52 -04:00
rusefi
643cc24931
WFT is wrong with MRE_miata_na6 config? operationMode complexity #898
...
more refactoring
2019-08-08 00:32:31 -04:00
rusefi
7a00ccd2ce
better trigger state debug field logging
2019-08-07 20:13:30 -04:00
rusEfi
ba56a79ad5
proper HW type message logic
2019-08-06 23:56:35 -04:00
rusEfi
d5451a7b4f
NA6 & trigger
2019-08-06 22:17:18 -04:00
rusefi
56a6cdd329
gcc 2019 q3 fails integration testing #886
...
investigation
2019-07-14 15:22:02 -04:00
rusefi
1282a22134
support multiple VVT sensors #885
2019-07-12 21:13:24 -04:00
rusefi
04bc1128df
support multiple VVT sensors #885
...
new fields & packing configuration. bumping configuration version
2019-07-12 14:24:45 -04:00
rusefi
d0d546e500
EFI_TOOTH_LOGGER
2019-07-07 15:22:46 -04:00
Matthew Kennedy
d708f3e038
Implement TS tooth logger ( #873 )
...
* FW changes
* config changes
* whitespace
* comment
* simplify
2019-07-06 20:48:58 -04:00
rusefi
cdac02429c
refactoring: better file name
2019-07-06 20:15:49 -04:00
rusefi
83ad64eade
Refactoring: OS access should be explicit #867
2019-07-04 03:57:21 -04:00
rusefi
b24064d231
NB2 magic clarification
2019-07-01 12:48:08 -04:00
rusefi
ded41e5efe
Annotations in C++ code to produce formulas in rusEfi console #807
2019-06-30 09:38:51 -04:00
rusefi
a82c7e30db
verbose trigger sync: better field name & check box to engine sniffer
2019-06-25 02:25:26 -04:00
Matthew Kennedy
95003e9a7b
const, explicit, and override ( #831 )
...
* const, explicit, and override
* more const
* more const
* missed a spot
2019-06-08 09:51:36 -04:00
rusefi
812c61903a
BUG: phase sensor validation attending - detect missing CAM signal fix #659
2019-05-11 00:21:37 -04:00
rusefi
ff1d10dd2e
BUG: phase sensor validation attending - detect missing CAM signal #659
...
preparation
2019-05-10 23:52:55 -04:00
rusefi
c6198e34ec
BUG: phase sensor validation attending - detect missing CAM signal #659
...
refactoring and unit test first phase
2019-05-10 21:56:33 -04:00
rusefi
4e61505620
refactoring unit test
2019-05-10 21:29:17 -04:00
rusefi
d7fd0ce6c1
refactoring: better method name
2019-05-07 19:32:08 -04:00
rusefi
49841f1adb
The Big Refactoring of 2019: configuration version should not be a global variable #656
2019-04-15 21:02:42 -04:00
rusefi
541c445a2d
defined(__DOXYGEN__) ? #748
2019-04-12 22:07:03 -04:00
rusefi
be9651cb95
The Big Refactoring of 2019: folder structure #723
2019-03-31 17:44:34 -04:00
rusefi
ebe58122c6
The Big Refactoring of 2019: folder structure #723
2019-03-31 16:56:13 -04:00
rusefi
46bdbf82d1
refactoring: reducing code duplication
2019-02-23 12:33:49 -05:00
rusefi
16da833501
Refactor Trigger System #635
...
reducing global state magic
2019-02-03 02:47:20 -05:00
rusefi
3127b6fd24
Refactor Trigger System #635
...
reducing global state magic
2019-02-03 02:33:33 -05:00
rusefi
da4fb3a19f
better conditional compilation
2019-01-31 17:55:23 -05:00
rusefi
87930e3b49
trigger code minor clean-up
2019-01-23 21:43:27 -05:00
rusefi
1d15885448
C++11 and unique method name
2019-01-22 19:07:36 -05:00
rusefi
8539ba3271
The Big Refactoring of 2019: configuration version should not be a global variable #656
2019-01-15 21:51:09 -05:00
rusefi
57993ff1b4
The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657
2019-01-09 22:16:30 -05:00
rusefi
2f0804022b
The Big Refactoring of 2019: configuration version should not be a global variable #656
2019-01-09 21:08:04 -05:00
rusefi
3db5ad5e5b
#396
2019-01-04 21:33:50 -05:00
Fabien Poussin
72fe39ff32
Workarounds for GCC 8 ( #637 )
2018-12-27 09:40:40 -05:00
rusefi
2585e4cad7
#625
2018-12-25 21:05:06 -05:00
rusefi
7e3a7b5c79
#635
2018-12-24 23:16:33 -05:00
rusefi
a549009c99
more CPU stats code
2018-12-24 00:31:26 -05:00
rusefi
2fa2213227
more docs related to trigger process
2018-11-22 10:25:02 -05:00
rusefi
1fb7a94d73
minor fixes
2018-11-21 22:15:22 -05:00
rusefi
f98f35c9d2
refactoring - hopefully making API safer
2018-11-21 19:40:19 -05:00
rusefi
3f5737b7bd
fixing simulator
2018-11-16 08:27:55 -05:00
andreika-git
23fea3c0c5
STM32 Nucleo144-F767ZI board: Initial support ( #620 )
...
* More EFI_ #ifdefs for config flexibility
* Even more config flexibility
* New firmware/config/stm32f7ems/* files
* New firmware/config/boards/NUCLEO_F767/* files
* New firmware/hw_layer/stm32f7/* files
* Fix for EFI_USB_SERIAL
* Adding #if defined(STM32F7XX)
* SPI flags changed in F7: SPI_CR1_DFF --> SPI_CR1_CRCL
* I2Cv2 config changed in F7
* More versatile CCM defines
* Makefiles
* Double #ifs cleanup
* docs
2018-11-16 07:40:06 -05:00
rusefi
d5ddb0bc9d
#619
2018-10-30 05:32:13 -04:00
rusefi
e19fe6bbba
refctoring trigger sync layer
2018-10-21 11:17:47 -04:00
rusefi
cf5e05e7b9
refactoring
2018-09-16 23:10:06 -04:00
rusefi
1f90cf153d
refactoring
2018-09-16 22:26:57 -04:00
rusefi
8d111fbd98
typo
2018-09-10 22:29:43 -04:00
rusefi
9b1af6ad6d
error codes
2018-09-10 22:10:55 -04:00
rusefi
f292c4ccb2
reducing code duplication and applying event condition more consistently
2018-08-31 21:11:22 -04:00
rusefi
52e0edea6a
dead comment & inline
2018-08-31 20:38:10 -04:00
rusefi
cd9db8dab6
fixing build
2018-08-15 19:37:57 -04:00
rusefi
6a9c92c7bb
VVT debug for NB2 mode
2018-08-14 14:19:58 -04:00
rusefi
e009de3376
part of EOL hell
2018-08-08 20:12:58 -04:00
rusEfi
75b10d9e54
wider macro usage
2018-07-28 19:16:58 -04:00
rusefi
959a91ae4c
unique error codes #598
2018-07-25 23:03:04 -04:00
rusEfi
9cce922b78
per error code
2018-07-23 21:38:05 -04:00
andreika-git
58b7fbb96e
Noiseless trigger decoder ( #592 )
...
* fix typo
* better formatting & tiny fix
* add syncRatioAvg
* add useNoiselessTriggerDecoder setting
* resetAccumSignalData
* isUsefulSignal
* Impl. Noise Filtering for Trigger Decoder
* Unit-tests
2018-04-26 02:11:51 -04:00
andreika-git
ac0189270e
Impl. faster engine spin-up mode (alpha-version) ( #567 )
...
* Impl. faster engine spin-up mode (alpha-version)
* A comment for RPM_LOW_THRESHOLD
* Faster engine stop detection
* Safety check for instant RPM on spinning-up
* rusefi.xml
* unit-tests & relevant fixes
2018-03-10 20:58:51 -05:00
rusefi
133b1689bb
better state validation
2018-03-04 21:02:35 -05:00
rusefi
98055ca350
better logging
2018-03-04 20:43:38 -05:00
rusefi
2a626dcd6e
refactoring: extract method
2018-03-03 19:26:59 -05:00
rusefi
c049eea877
fix #570
2018-03-01 06:01:15 -05:00
rusefi
5db803a2bd
trigger image progress
2018-02-28 23:31:58 -05:00
rusefi
4c95a14085
docs & names
2018-02-06 01:24:45 +03:00
rusefi
3d5e93534d
docs & names
2018-02-06 01:16:34 +03:00
rusefi
85c3df137e
and now bugfix for the fresh bugfix
2018-02-04 20:46:57 +03:00
rusefi
5385a040fd
refactoring
2018-02-03 20:43:31 -05:00
rusefi
5c076ed215
new attempt: with thread-safery
2018-02-03 16:06:34 -05:00
rusefi
1e2ad62cf9
one step backwards
2018-02-03 15:19:32 -05:00
rusefi
59954e1ed9
reducing the coupling between trigger handling and trigger emulation
2018-02-03 13:08:11 -05:00
rusefi
a15eab1b71
minor bugfix in theoretical case of two consequitive changes
2018-02-03 12:56:37 -05:00
rusefi
86f7a89412
minor bugfix in theoretical case of two consequitive changes
2018-02-03 12:47:37 -05:00
rusefi
64b7a51617
#65
...
explicit precision control
2018-01-23 12:05:14 -05:00
rusefi
1d31067d19
happy new year
2018-01-20 20:55:31 -05:00
rusefi
227836ee7d
dead code
2017-12-12 17:39:41 -05:00
rusefi
b455df4728
docs
2017-12-12 17:26:23 -05:00
rusefi
405f06a608
#498
2017-11-20 15:01:48 -05:00
rusefi
87f8cb0b37
better status messages
2017-11-19 22:31:01 -05:00
rusefi
02eed1c82c
refactoring - reducing trigger code complexity
2017-10-16 14:08:45 -04:00
rusefi
01295e8590
fix #472
2017-08-11 14:02:15 -04:00
rusefi
698fdafb5c
hopefully bugfix
2017-07-05 22:22:24 -04:00
rusefi
e03883ab96
partial rollback
2017-07-05 21:54:04 -04:00
rusefi
b21bfa89c8
partial rollback
2017-07-05 21:50:15 -04:00
andreika-git
2219e2b239
attempting to fix simulator autotest... ( #453 )
2017-06-29 02:45:19 -04:00
andreika-git
c94a519eec
fix checkIfTriggerConfigChanged() for unit tests ( #452 )
2017-06-28 11:06:40 -04:00
andreika-git
87b624d0fa
fix unit_tests ( #450 )
2017-06-27 00:10:01 +03:00
andreika-git
1a7e5b20d9
onConfigurationChangeTriggerCallback() ( #448 )
...
* onConfigurationChangeTriggerCallback()
* conform isTriggerConfigChanged
* #if EFI_EMULATE_POSITION_SENSORS
* Now it works!
* svnversion
2017-06-26 21:31:10 +03:00
rusefi
6c0fae23fa
maybe micro-optimization
2017-05-25 23:23:22 -04:00
rusefi
b9771e42e9
better name
2017-05-21 11:09:47 -04:00
rusefi
2e70da24db
wider usage of EFI_CLOCK_LOCKS
2017-05-21 10:46:43 -04:00
rusefi
486e69d492
better names
2017-05-21 10:25:35 -04:00
rusefi
2b4c66968c
better code names & more performance info
2017-05-21 10:03:17 -04:00
rusefi
a55b56cbae
fixing build
2017-05-19 22:30:21 -04:00
rusefi
1c6d530f1c
consistency for max counters reset
2017-05-19 21:52:10 -04:00
rusefi
2a9f3cdede
better macro name
2017-05-15 23:28:49 -04:00
rusefi
7dcf31c004
removing unused parameter
2017-05-15 20:31:16 -04:00
rusefi
4fe5b75664
safe pre-merge, reducing chibios3 PR
2017-03-30 08:58:48 -04:00
rusefi
9aa890f743
removing dead code
2017-03-18 20:42:13 -04:00
rusefi
a0d0f8ac79
better error code enum names & minor binary protocol test command fix
2017-03-05 14:13:47 -05:00
rusefi
012cdc1f6c
progress #363
2017-03-01 22:37:10 -05:00
rusefi
b01b053595
progress #363
2017-03-01 22:18:25 -05:00
rusefi
ddab2acb9f
typo in error message
2017-03-01 21:43:18 -05:00
rusefi
52dfe82d31
trigger progress
2017-02-23 22:27:12 -05:00
rusefi
22840a70c5
progress #363
2017-02-23 20:24:06 -05:00
rusefi
b145cdf31d
fixed #3
2017-02-21 11:46:49 -05:00
rusEfi
ece106dec9
auto-sync
2017-01-23 22:03:58 -05:00
rusEfi
becbf9dcbb
auto-sync
2017-01-22 12:06:10 -05:00
rusEfi
13e255cb50
auto-sync
2017-01-06 11:02:49 -05:00
rusEfi
55e89f0f31
auto-sync
2017-01-03 06:05:22 -05:00
rusEfi
ff2cbd46aa
auto-sync
2017-01-02 15:03:26 -05:00
rusEfi
e8cf062755
auto-sync
2016-12-05 22:01:54 -05:00
rusEfi
d8753c34a2
auto-sync
2016-11-30 15:02:43 -05:00
rusEfi
29dea6ef70
auto-sync
2016-11-17 23:02:17 -05:00
rusEfi
2fa08f9150
auto-sync
2016-11-16 19:02:10 -05:00
rusEfi
75e5348910
auto-sync
2016-11-14 23:01:47 -05:00
rusEfi
163f72b0fe
auto-sync
2016-11-13 23:02:33 -05:00
rusEfi
ba81738b76
auto-sync
2016-11-13 00:01:42 -05:00
rusEfi
915e0a02b3
auto-sync
2016-11-11 23:02:49 -05:00
rusEfi
da1f4a4695
auto-sync
2016-10-31 20:02:09 -04:00
rusEfi
5d5337e306
auto-sync
2016-09-17 19:02:34 -04:00
rusEfi
028707e497
auto-sync
2016-09-17 11:03:00 -04:00
rusEfi
55b46a2305
auto-sync
2016-08-23 23:03:01 -04:00
rusEfi
f851d92adf
auto-sync
2016-08-22 23:04:55 -04:00
rusEfi
0d23824726
auto-sync
2016-08-20 23:02:09 -04:00
rusEfi
e0fff92cd0
auto-sync
2016-08-20 22:02:12 -04:00
rusEfi
ca4a0ba18b
auto-sync
2016-08-20 19:02:07 -04:00
rusEfi
25feb2f775
auto-sync
2016-02-27 23:03:34 -05:00
rusEfi
77f7ad454e
auto-sync
2016-01-30 22:03:36 -05:00
rusEfi
bb62a7ce98
auto-sync
2016-01-26 22:03:19 -05:00
rusEfi
92c7a19ab4
auto-sync
2016-01-24 18:01:56 -05:00
rusEfi
ead7e3fe24
auto-sync
2016-01-15 00:01:42 -05:00
rusEfi
a538dde81e
auto-sync
2016-01-11 17:01:33 -05:00
rusEfi
fbdea87819
auto-sync
2015-12-31 16:02:30 -05:00
rusEfi
2d14cbbe77
auto-sync
2015-12-15 22:01:31 -05:00
rusEfi
719ef9344b
auto-sync
2015-11-12 12:01:26 -05:00
rusEfi
93eb03e943
auto-sync
2015-09-27 17:01:35 -04:00
rusEfi
e63bc431c3
auto-sync
2015-09-25 09:06:35 -04:00
rusEfi
dd0a831964
auto-sync
2015-09-24 22:02:47 -04:00
rusEfi
0f1606d43f
auto-sync
2015-09-24 21:02:33 -04:00
rusEfi
f3309b58b5
auto-sync
2015-09-13 17:02:44 -04:00
rusEfi
bbd8e75bb9
auto-sync
2015-09-10 23:01:32 -04:00
rusEfi
81eb37f58c
auto-sync
2015-09-08 23:01:07 -04:00
rusEfi
d48f35ada3
auto-sync
2015-09-08 22:03:12 -04:00
rusEfi
53bead7e10
auto-sync
2015-08-30 14:01:28 -04:00
rusEfi
7fbff403bd
auto-sync
2015-08-30 13:02:46 -04:00
rusEfi
e80e12a37b
auto-sync
2015-08-29 13:04:24 -04:00
rusEfi
4d6351591c
auto-sync
2015-07-15 21:01:45 -04:00
rusEfi
c6f405f4e1
auto-sync
2015-07-15 20:01:33 -04:00
rusEfi
969ebbf142
auto-sync
2015-07-10 09:01:56 -04:00
rusEfi
298341e0d1
auto-sync
2015-07-10 08:57:59 -04:00
rusEfi
241498d330
auto-sync
2015-07-06 21:33:28 -04:00
rusEfi
7fe72ed4a8
auto-sync
2015-05-14 23:10:04 -04:00
rusEfi
5a7c2977af
auto-sync
2015-05-14 22:04:57 -04:00
rusEfi
3655bca597
auto-sync
2015-05-02 00:04:34 -04:00
rusEfi
3e50b1266f
auto-sync
2015-05-01 23:08:51 -04:00
rusEfi
26cbb9e09c
auto-sync
2015-04-29 23:04:37 -04:00
rusEfi
12b47f1f3c
auto-sync
2015-04-29 11:05:04 -04:00
rusEfi
0af06b178e
auto-sync
2015-04-21 15:04:45 -04:00
rusEfi
96bbd2741a
auto-sync
2015-04-17 00:04:52 -04:00
rusEfi
2439d051e8
auto-sync
2015-04-15 18:10:24 -04:00
rusEfi
7106a980ae
auto-sync
2015-04-08 22:09:55 -05:00
rusEfi
a3b7115a7f
auto-sync
2015-04-08 21:07:52 -05:00
rusEfi
d34146a814
auto-sync
2015-04-06 18:04:43 -05:00
rusEfi
048d3960dc
auto-sync
2015-03-22 14:04:59 -05:00
rusEfi
078f50c5c4
auto-sync
2015-02-26 10:07:06 -06:00
rusEfi
2ae8edf14a
auto-sync
2015-02-24 21:08:58 -06:00
rusEfi
192c439f0b
auto-sync
2015-02-12 14:04:02 -06:00
rusEfi
c17a80040b
auto-sync
2015-02-12 12:06:37 -06:00
rusEfi
d2e9ee5eb4
auto-sync
2015-02-08 14:07:01 -06:00
rusEfi
b9eb97d485
auto-sync
2015-02-02 23:04:02 -06:00
rusEfi
209d3c0424
auto-sync
2015-02-02 08:08:30 -06:00
rusEfi
32003658be
auto-sync
2015-02-02 07:06:40 -06:00
rusEfi
5463eb5758
auto-sync
2015-02-01 19:05:19 -06:00
rusEfi
ab07b8f09c
auto-sync
2015-01-29 15:04:08 -06:00
rusEfi
2f8c04aa14
auto-sync
2015-01-27 20:06:57 -06:00
rusEfi
083790116d
auto-sync
2015-01-23 11:04:28 -06:00
rusEfi
407c2d57b0
auto-sync
2015-01-18 09:06:08 -06:00
rusEfi
5cab0baa60
auto-sync
2015-01-17 23:04:10 -06:00
rusEfi
c5e639582c
auto-sync
2015-01-15 15:03:51 -06:00
rusEfi
13c60095a8
auto-sync
2015-01-14 08:05:59 -06:00
rusEfi
a81741dbbc
auto-sync
2015-01-13 21:04:02 -06:00
rusEfi
aaa186cf18
auto-sync
2015-01-13 08:03:51 -06:00
rusEfi
d2451ff2a2
auto-sync
2015-01-13 07:04:00 -06:00
rusEfi
f8ee4cf62c
auto-sync
2015-01-12 18:05:46 -06:00
rusEfi
9820527bdb
auto-sync
2015-01-12 17:04:10 -06:00
rusEfi
de215ba1ea
auto-sync
2015-01-01 17:04:13 -06:00
rusEfi
5663ab3491
auto-sync
2015-01-01 15:04:22 -06:00
rusEfi
35a88fddbf
auto-sync
2014-12-24 12:05:36 -06:00
rusEfi
311fcd4a88
auto-sync
2014-12-14 22:03:37 -06:00
rusEfi
71adc66ce5
auto-sync
2014-12-14 19:03:18 -06:00
rusEfi
9f73f4fb5e
auto-sync
2014-11-26 15:03:29 -06:00
rusEfi
ea348694e6
auto-sync
2014-11-26 14:04:04 -06:00
rusEfi
1288067e74
auto-sync
2014-11-26 09:03:13 -06:00
rusEfi
31bd25483e
auto-sync
2014-11-26 08:03:07 -06:00
rusEfi
851b9b93de
auto-sync
2014-11-25 21:03:15 -06:00
rusEfi
92dc1cc061
auto-sync
2014-11-25 15:03:16 -06:00
rusEfi
fc2b417ec6
auto-sync
2014-11-25 12:03:01 -06:00
rusEfi
df006b2a02
auto-sync
2014-11-25 08:03:01 -06:00
rusEfi
f575e7bd55
auto-sync
2014-11-24 20:03:34 -06:00
rusEfi
0232c7cffe
auto-sync
2014-11-24 17:04:41 -06:00
rusEfi
fb131888bf
auto-sync
2014-11-24 15:03:32 -06:00
rusEfi
6950c6415e
auto-sync
2014-11-23 13:04:18 -06:00
rusEfi
74c923aede
auto-sync
2014-11-22 10:03:59 -06:00
rusEfi
d758c1f43c
auto-sync
2014-11-21 19:03:19 -06:00
rusEfi
2850a38429
auto-sync
2014-11-18 08:03:12 -06:00
rusEfi
aeac9d6732
auto-sync
2014-11-16 23:03:45 -06:00
rusEfi
6b84da1f57
auto-sync
2014-11-16 22:03:34 -06:00
rusEfi
c4f2e79505
auto-sync
2014-11-16 19:03:13 -06:00
rusEfi
c64a27e5bd
auto-sync
2014-11-15 13:03:19 -06:00
rusEfi
4b6e5e0c24
auto-sync
2014-11-14 18:03:12 -06:00
rusEfi
5b1e8c9798
auto-sync
2014-11-14 16:03:57 -06:00
rusEfi
9cc4efd454
auto-sync
2014-11-14 15:03:52 -06:00
rusEfi
998f3f2a9d
auto-sync
2014-11-14 10:03:49 -06:00
rusEfi
aff55c3a6f
auto-sync
2014-11-13 18:03:06 -06:00